mirror of
https://github.com/go-gitea/gitea
synced 2025-07-30 06:08:35 +00:00
cleanup repo details icons/labels (#27644)
Fix #27596 Change confusing behavior when showing information about a repo via labels and icons. Implement changes proposed by @lng2020 in https://github.com/go-gitea/gitea/pull/27627#pullrequestreview-1678787673.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{{$avatarLink := (.RelAvatarLink ctx)}}
|
||||
{{if $avatarLink}}
|
||||
<img class="ui avatar gt-vm" src="{{$avatarLink}}" width="32" height="32" alt="{{.FullName}}">
|
||||
{{else if $.IsTemplate}}
|
||||
{{svg "octicon-repo-template" 32}}
|
||||
{{else if $.IsPrivate}}
|
||||
{{svg "octicon-lock" 32}}
|
||||
{{else if $.IsMirror}}
|
||||
{{svg "octicon-mirror" 32}}
|
||||
{{else if $.IsFork}}
|
||||
|
Reference in New Issue
Block a user