Skip to content

Commit 006c15f

Browse files
GiteaBotlunny
andauthored
Fix template bug (go-gitea#27362) (go-gitea#27364)
Backport go-gitea#27362 by @lunny Fix go-gitea#27361 Co-authored-by: Lunny Xiao <[email protected]>
1 parent 0c4f97c commit 006c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/actions/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</a>
4040
{{range .Actors}}
4141
<a class="item{{if eq .ID $.CurActor}} active{{end}}" href="{{$.Link}}?workflow={{$.CurWorkflow}}&actor={{.ID}}&status={{$.CurStatus}}">
42-
{{ctx.AvatarUtils.Avatar . 20}} {{.GetDisplayName ctx}}
42+
{{ctx.AvatarUtils.Avatar . 20}} {{.GetDisplayName}}
4343
</a>
4444
{{end}}
4545
</div>

0 commit comments

Comments
 (0)