We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082fb49 commit 75e4616Copy full SHA for 75e4616
templates/repo/actions/list.tmpl
@@ -26,7 +26,7 @@
26
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
27
<div class="menu">
28
<div class="ui icon search input">
29
- <i class="icon">{{svg "octicon-search" 16}}</i>
+ <i class="icon">{{svg "octicon-search"}}</i>
30
<input type="text" placeholder="{{.locale.Tr "actions.runs.actor"}}">
31
</div>
32
<a class="item{{if not $.CurActor}} active{{end}}" href="{{$.Link}}?workflow={{$.CurWorkflow}}&status={{$.CurStatus}}&actor=0">
0 commit comments