mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-24 10:46:10 +01:00
2f0a1eb0d5
Backport #20577 There are several places in templates/repo/issue/view_content/comments.tmpl where links are made to Posters or Assignees who are Ghosts or have IDs <0. Fix #20559 Signed-off-by: Andrew Thornton <art27@cantab.net> Signed-off-by: Andrew Thornton <art27@cantab.net>
4 lines
81 B
Handlebars
4 lines
81 B
Handlebars
<a class="avatar"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>
|
|
{{avatar .}}
|
|
</a>
|