File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3527,6 +3527,7 @@ runs.actors_no_select = All actors
3527
3527
runs.status_no_select = All status
3528
3528
runs.no_results = No results matched.
3529
3529
runs.no_runs = The workflow has no runs yet.
3530
+ runs.empty_commit_message = (empty commit message)
3530
3531
3531
3532
workflow.disable = Disable Workflow
3532
3533
workflow.disable_success = Workflow '%s' disabled successfully.
Original file line number Diff line number Diff line change 12
12
</div>
13
13
<div class="flex-item-main">
14
14
<a class="flex-item-title" title="{{.Title}}" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
15
- {{- .Title - }}
15
+ {{if .Title}}{{.Title}}{{else}}{{ctx.Locale.Tr "actions.runs.empty_commit_message"}}{{end }}
16
16
</a>
17
17
<div class="flex-item-body">
18
18
<b>{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}</b>:
You can’t perform that action at this time.
0 commit comments