aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/actions/openclose.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/actions/openclose.tmpl')
-rw-r--r--templates/repo/actions/openclose.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/actions/openclose.tmpl b/templates/repo/actions/openclose.tmpl
index 4190ddf75d..804ef104ef 100644
--- a/templates/repo/actions/openclose.tmpl
+++ b/templates/repo/actions/openclose.tmpl
@@ -1,10 +1,10 @@
<div class="ui compact tiny menu">
<a class="{{if not .IsShowClosed}}active {{end}}item" href="{{$.Link}}?workflow={{.CurWorkflow}}&state=open">
- {{svg "octicon-issue-opened" 16 "mr-3"}}
+ {{svg "octicon-issue-opened" 16 "gt-mr-3"}}
{{.locale.Tr "actions.runs.open_tab" $.NumOpenActionRuns}}
</a>
<a class="{{if .IsShowClosed}}active {{end}}item" href="{{$.Link}}?workflow={{.CurWorkflow}}&state=closed">
- {{svg "octicon-issue-closed" 16 "mr-3"}}
+ {{svg "octicon-issue-closed" 16 "gt-mr-3"}}
{{.locale.Tr "actions.runs.closed_tab" $.NumClosedActionRuns}}
</a>
</div>