File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
{{template "repo/actions/status" (dict "status" .Status.String)}}
12
12
</div>
13
13
<div class="flex-item-main">
14
- <a class="flex-item-title" title="{{.Title}}" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end }}">
14
+ <a class="flex-item-title" title="{{.Title}}" href="{{.Link}}">
15
15
{{if .Title}}{{.Title}}{{else}}{{ctx.Locale.Tr "actions.runs.empty_commit_message"}}{{end}}
16
16
</a>
17
17
<div class="flex-item-body">
36
36
<div class="run-list-meta">{{svg "octicon-calendar" 16}}{{DateUtils.TimeSince .Updated}}</div>
37
37
<div class="run-list-meta">{{svg "octicon-stopwatch" 16}}{{.Duration}}</div>
38
38
</div>
39
- {{if and ($.AllowDeleteWorkflowRuns) (.Link) (. Status.IsDone)}}
39
+ {{if and ($.AllowDeleteWorkflowRuns) (.Status.IsDone)}}
40
40
<button class="ui btn interact-bg link-action tw-p-2"
41
41
data-url="{{.Link}}/delete"
42
42
data-modal-confirm="{{ctx.Locale.Tr "actions.runs.delete.description"}}"
You can’t perform that action at this time.
0 commit comments