Skip to content

Commit 94afc1b

Browse files
committed
comment
1 parent 81a275a commit 94afc1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/repo/actions/runs_list.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
<div class="ui dropdown jump tw-p-2">
4040
{{svg "octicon-kebab-horizontal"}}
4141
<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 -->
4245
<a class="item" href="{{$run.Link}}">{{svg "octicon-play"}}{{ctx.Locale.Tr "view"}}</a>
4346
{{if and $.AllowDeleteWorkflowRuns $run.Status.IsDone}}
4447
<a class="item link-action"

0 commit comments

Comments
 (0)