Skip to content

Commit 79911d0

Browse files
committed
improve icon location
1 parent 766725b commit 79911d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/actions/list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
{{range .workflows}}
1212
<a class="item{{if eq .Entry.Name $.CurWorkflow}} active{{end}}" href="{{$.Link}}?workflow={{.Entry.Name}}">{{.Entry.Name}}
1313
{{if .IsInvalid}}
14-
<span class="tooltip gt-vm" data-content="{{$.locale.Tr "actions.runs.invalid_workflow_helper" (.ErrMsg)}}">
14+
<span class="tooltip" data-content="{{$.locale.Tr "actions.runs.invalid_workflow_helper" (.ErrMsg)}}">
1515
<i class="warning icon red"></i>
1616
</span>
1717
{{else}}
18-
<span class="tooltip gt-vm" data-content="{{$.locale.Tr "actions.runs.valid_workflow_helper"}}">
18+
<span class="tooltip" data-content="{{$.locale.Tr "actions.runs.valid_workflow_helper"}}">
1919
<i class="check icon green"></i>
2020
</span>
2121
{{end}}

0 commit comments

Comments
 (0)