1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-01 23:55:47 +00:00
gitea/templates/shared/user/avatarlink.tmpl

2 lines
108 B
Handlebars
Raw Normal View History

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