Skip to content

Commit 7d14aa0

Browse files
authored
Fix template bug (#27362)
Fix #27361
1 parent 4f169e4 commit 7d14aa0

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)