mirror of https://sc.cryxtal.org/crystal/forgejo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
492 B
11 lines
492 B
<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 "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 "gt-mr-3"}}
|
|
{{.locale.Tr "actions.runs.closed_tab" $.NumClosedActionRuns}}
|
|
</a>
|
|
</div>
|