de7b87fbc2
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>
3 lines
88 B
Handlebars
3 lines
88 B
Handlebars
<a class="author"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>
|
|
{{.GetDisplayName}}
|
|
</a>
|