mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			520 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			520 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="page-content">
 | |
| 	<div class="tw-flex tw-justify-center tw-items-center tw-gap-5">
 | |
| 		<a href="/devtest/repo-action-view/10/100">Run:CanCancel</a>
 | |
| 		<a href="/devtest/repo-action-view/20/200">Run:CanApprove</a>
 | |
| 		<a href="/devtest/repo-action-view/30/300">Run:CanRerun</a>
 | |
| 	</div>
 | |
| 	{{template "repo/actions/view_component" (dict
 | |
| 		"RunIndex" (or .RunID 10)
 | |
| 		"JobIndex" (or .JobID 100)
 | |
| 		"ActionsURL" (print AppSubUrl "/devtest/actions-mock")
 | |
| 	)}}
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |