0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-11 15:15:05 +01:00

restore alt, it has a purpose

This commit is contained in:
silverwind 2025-12-04 22:15:39 +01:00
parent 038b4e2e06
commit efdc304c96
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -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}}