mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-17 22:09:30 +01:00
remove whitespace
This commit is contained in:
parent
a2cf45d0dd
commit
180e482363
@ -7,7 +7,6 @@
|
|||||||
* Note: Keep the icon logic in sync with web_src/js/utils/mappings.ts
|
* Note: Keep the icon logic in sync with web_src/js/utils/mappings.ts
|
||||||
*/}}
|
*/}}
|
||||||
{{$avatarLink := (.Repo.RelAvatarLink ctx)}}
|
{{$avatarLink := (.Repo.RelAvatarLink ctx)}}
|
||||||
|
|
||||||
{{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}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user