This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
14043
Commits
2
Branches
0
Tags
240 MiB
Tree:
c04ad7632f
gitea
/
templates
/
shared
/
user
/
avatarlink.tmpl
4 lines
81 B
Raw
Normal View
History
Unescape
Escape
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>
3 years ago
<a class="avatar"
{{
if
gt
.ID
0
}}
href="
{{
.HomeLink
}}
"
{{
end
}}
>
{{
avatar
.
}}
</a>