mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-13 12:32:09 +01:00
restore alt, it has a purpose
This commit is contained in:
parent
038b4e2e06
commit
efdc304c96
@ -10,7 +10,7 @@
|
|||||||
{{if .ShowRepoOwnerAvatar}}
|
{{if .ShowRepoOwnerAvatar}}
|
||||||
{{ctx.AvatarUtils.Avatar .Repo.Owner .Size}}
|
{{ctx.AvatarUtils.Avatar .Repo.Owner .Size}}
|
||||||
{{else if and $avatarLink .ShowRepoAvatar}}
|
{{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}}
|
{{else if .Repo.IsMirror}}
|
||||||
{{svg "octicon-mirror" .Size}}
|
{{svg "octicon-mirror" .Size}}
|
||||||
{{else if .Repo.IsFork}}
|
{{else if .Repo.IsFork}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user