mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-20 02:46:13 +01:00
remove empty alt attribute
This commit is contained in:
parent
180e482363
commit
60790fe16d
@ -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}}" alt aria-hidden="true">
|
||||
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="{{$size}}" height="{{$size}}" aria-hidden="true">
|
||||
{{else if .Repo.IsMirror}}
|
||||
{{svg "octicon-mirror" $size}}
|
||||
{{else if .Repo.IsFork}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user