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 81a275a commit 94afc1bCopy full SHA for 94afc1b
templates/repo/actions/runs_list.tmpl
@@ -39,6 +39,9 @@
39
<div class="ui dropdown jump tw-p-2">
40
{{svg "octicon-kebab-horizontal"}}
41
<div class="menu flex-items-menu">
42
+ <!-- TODO: This redundant link should be replaced by something else in future,
43
+ because have not figured out how to add "View Workflow" or anything similar to GitHub.
44
+ Related: https://github.com/go-gitea/gitea/pull/34530 -->
45
<a class="item" href="{{$run.Link}}">{{svg "octicon-play"}}{{ctx.Locale.Tr "view"}}</a>
46
{{if and $.AllowDeleteWorkflowRuns $run.Status.IsDone}}
47
<a class="item link-action"
0 commit comments