mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-10-16 20:52:28 +08:00
Added links to org profile icons
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
*/}}
|
||||
<li>
|
||||
{{range .Orgs}}
|
||||
<img class="ui mini image" src="{{.AvatarLink}}">
|
||||
<a href="{{AppSubUrl}}/{{.Name}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
|
||||
{{end}}
|
||||
</li>
|
||||
{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
|
||||
|
Reference in New Issue
Block a user