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
{{range .workflows}}
12
12
<a class="item{{if eq .Entry.Name $.CurWorkflow}} active{{end}}" href="{{$.Link}}?workflow={{.Entry.Name}}">{{.Entry.Name}}
13
13
{{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)}}">
15
15
<i class="warning icon red"></i>
16
16
</span>
17
17
{{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"}}">
19
19
<i class="check icon green"></i>
20
20
</span>
21
21
{{end}}
You can’t perform that action at this time.
0 commit comments