mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 01:34:27 +00:00 
			
		
		
		
	@@ -3530,6 +3530,7 @@ runs.actors_no_select = All actors
 | 
				
			|||||||
runs.status_no_select = All status
 | 
					runs.status_no_select = All status
 | 
				
			||||||
runs.no_results = No results matched.
 | 
					runs.no_results = No results matched.
 | 
				
			||||||
runs.no_runs = The workflow has no runs yet.
 | 
					runs.no_runs = The workflow has no runs yet.
 | 
				
			||||||
 | 
					runs.empty_commit_message = (empty commit message)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
workflow.disable = Disable Workflow
 | 
					workflow.disable = Disable Workflow
 | 
				
			||||||
workflow.disable_success = Workflow '%s' disabled successfully.
 | 
					workflow.disable_success = Workflow '%s' disabled successfully.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@
 | 
				
			|||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<div class="flex-item-main">
 | 
								<div class="flex-item-main">
 | 
				
			||||||
				<a class="flex-item-title" title="{{.Title}}" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
 | 
									<a class="flex-item-title" title="{{.Title}}" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
 | 
				
			||||||
					{{- .Title -}}
 | 
										{{if .Title}}{{.Title}}{{else}}{{ctx.Locale.Tr "actions.runs.empty_commit_message"}}{{end}}
 | 
				
			||||||
				</a>
 | 
									</a>
 | 
				
			||||||
				<div class="flex-item-body">
 | 
									<div class="flex-item-body">
 | 
				
			||||||
					<b>{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}</b>:
 | 
										<b>{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}</b>:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user