mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-11 19:34:47 +01:00
restore alt, it has a purpose
This commit is contained in:
parent
038b4e2e06
commit
efdc304c96
@ -10,7 +10,7 @@
|
||||
{{if .ShowRepoOwnerAvatar}}
|
||||
{{ctx.AvatarUtils.Avatar .Repo.Owner .Size}}
|
||||
{{else if and $avatarLink .ShowRepoAvatar}}
|
||||
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="{{.Size}}" height="{{.Size}}" aria-hidden="true">
|
||||
<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}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user