0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 02:29:14 +02:00
gitea/templates/shared/user/avatarlink.tmpl
zeripath de7b87fbc2
Do not add links to Posters or Assignees with ID < 0 (#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>
2022-09-03 10:33:34 +01:00

4 lines
81 B
Handlebars

<a class="avatar"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>
{{avatar .}}
</a>