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 0353ede commit e093abeCopy full SHA for e093abe
templates/repo/actions/runs_list.tmpl
@@ -36,7 +36,7 @@
36
<div class="run-list-meta">{{svg "octicon-calendar" 16}}{{DateUtils.TimeSince $run.Updated}}</div>
37
<div class="run-list-meta">{{svg "octicon-stopwatch" 16}}{{$run.Duration}}</div>
38
</div>
39
- <div class="ui jump dropdown item tw-p-2">
+ <div class="ui jump dropdown tw-p-2">
40
{{svg "octicon-kebab-horizontal"}}
41
<div class="menu">
42
<a class="item" href="{{$run.Link}}">{{svg "octicon-play"}}{{ctx.Locale.Tr "view"}}</a>
0 commit comments