0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-12 21:30:08 +01:00

sync order between js and template

This commit is contained in:
silverwind 2025-11-28 18:33:26 +01:00
parent 11ed040990
commit fd0d451d18
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -15,12 +15,12 @@
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="{{$size}}" height="{{$size}}" alt aria-hidden="true">
{{else if .Repo.IsMirror}}
{{svg "octicon-mirror" $size}}
{{else if .Repo.IsFork}}
{{svg "octicon-repo-forked" $size}}
{{else if .Repo.IsPrivate}}
{{svg "octicon-repo-locked" $size}}
{{else if .Repo.IsTemplate}}
{{svg "octicon-repo-template" $size}}
{{else if .Repo.IsFork}}
{{svg "octicon-repo-forked" $size}}
{{else}}
{{svg "octicon-repo" $size}}
{{end}}