File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
<div class="run-list-meta">{{svg "octicon-calendar" 16}}{{DateUtils.TimeSince $run.Updated}}</div>
37
37
<div class="run-list-meta">{{svg "octicon-stopwatch" 16}}{{$run.Duration}}</div>
38
38
</div>
39
- <div class="ui jump dropdown tw-p-2">
39
+ <div class="ui dropdown jump tw-p-2">
40
40
{{svg "octicon-kebab-horizontal"}}
41
- <div class="menu">
41
+ <div class="menu flex-items-menu ">
42
42
<a class="item" href="{{$run.Link}}">{{svg "octicon-play"}}{{ctx.Locale.Tr "view"}}</a>
43
- {{if and ( $.AllowDeleteWorkflowRuns) ( $run.Status.IsDone) }}
44
- <button class="item btn interact-bg link-action"
43
+ {{if and $.AllowDeleteWorkflowRuns $run.Status.IsDone}}
44
+ <a class="item link-action"
45
45
data-url="{{$run.Link}}/delete"
46
46
data-modal-confirm="{{ctx.Locale.Tr "actions.runs.delete.description"}}"
47
47
>
48
48
{{svg "octicon-trash"}}{{ctx.Locale.Tr "actions.runs.delete"}}
49
- </button >
49
+ </a >
50
50
{{end}}
51
51
</div>
52
52
</div>
You can’t perform that action at this time.
0 commit comments