0
0
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:
silverwind 2025-12-04 21:57:17 +01:00
parent a2cf45d0dd
commit 180e482363
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

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