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 4f169e4 commit 7d14aa0Copy full SHA for 7d14aa0
templates/repo/actions/list.tmpl
@@ -39,7 +39,7 @@
39
</a>
40
{{range .Actors}}
41
<a class="item{{if eq .ID $.CurActor}} active{{end}}" href="{{$.Link}}?workflow={{$.CurWorkflow}}&actor={{.ID}}&status={{$.CurStatus}}">
42
- {{ctx.AvatarUtils.Avatar . 20}} {{.GetDisplayName ctx}}
+ {{ctx.AvatarUtils.Avatar . 20}} {{.GetDisplayName}}
43
44
{{end}}
45
</div>
0 commit comments