mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
#3348 always use relative avatar link in the template
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
<a class="ui red small button right" href="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/remove?uid={{.ID}}">{{$.i18n.Tr "org.members.remove"}}</a>
|
||||
{{end}}
|
||||
<a href="{{.HomeLink}}">
|
||||
<img class="ui avatar image" src="{{.AvatarLink}}">
|
||||
<img class="ui avatar image" src="{{.RelAvatarLink}}">
|
||||
{{.DisplayName}}
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user