Skip to content

Commit f6fbeeb

Browse files
authored
Update list.tmpl
1 parent fb296a3 commit f6fbeeb

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

templates/repo/actions/list.tmpl

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,20 @@
77
{{if .HasWorkflowsOrRuns}}
88
<div class="ui stackable grid">
99
<div class="four wide column">
10-
<div class="ui fluid vertical menu">
10+
<div class="ui fluid vertical menu flex-items-block">
1111
<a class="item{{if not $.CurWorkflow}} active{{end}}" href="?actor={{$.CurActor}}&status={{$.CurStatus}}">{{ctx.Locale.Tr "actions.runs.all_workflows"}}</a>
1212
{{range .workflows}}
1313
<a class="item{{if eq .Entry.Name $.CurWorkflow}} active{{end}}" href="?workflow={{.Entry.Name}}&actor={{$.CurActor}}&status={{$.CurStatus}}">
14-
<div class="flex-text-block">
15-
{{.Entry.Name}}
16-
{{if .ErrMsg}}
17-
<span class="flex-text-inline" data-tooltip-content="{{.ErrMsg}}">
18-
{{svg "octicon-alert" 16 "text red"}}
19-
</span>
20-
{{end}}
14+
{{.Entry.Name}}
15+
{{if .ErrMsg}}
16+
<span class="flex-text-inline" data-tooltip-content="{{.ErrMsg}}">
17+
{{svg "octicon-alert" 16 "text red"}}
18+
</span>
19+
{{end}}
2120

22-
{{if $.ActionsConfig.IsWorkflowDisabled .Entry.Name}}
23-
<div class="ui red label">{{ctx.Locale.Tr "disabled"}}</div>
24-
{{end}}
25-
</div>
21+
{{if $.ActionsConfig.IsWorkflowDisabled .Entry.Name}}
22+
<div class="ui red label">{{ctx.Locale.Tr "disabled"}}</div>
23+
{{end}}
2624
</a>
2725
{{end}}
2826
</div>

0 commit comments

Comments
 (0)