summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-08-21 23:00:14 +0800
committerGitHub <noreply@github.com>2023-08-21 15:00:14 +0000
commit0731abc44441048079444ba3d83eaeacc4814ed7 (patch)
tree8a17d6d119bcdff6e32f122473c3861f7a5535c4 /modules
parent8cf3b61fb9e43c773f3ca975874d0f0e69210d44 (diff)
downloadgitea-0731abc44441048079444ba3d83eaeacc4814ed7.tar.gz
gitea-0731abc44441048079444ba3d83eaeacc4814ed7.zip
Remove avatarHTML from template helpers (#26598)
The HTML code is more readable and more correct (it needs `"ui avatar"` class) Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'modules')
-rw-r--r--modules/templates/helper.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/templates/helper.go b/modules/templates/helper.go
index 8fedc4076a..bb1411cbfd 100644
--- a/modules/templates/helper.go
+++ b/modules/templates/helper.go
@@ -53,7 +53,6 @@ func NewFuncMap() template.FuncMap {
// -----------------------------------------------------------------
// svg / avatar / icon
"svg": svg.RenderHTML,
- "avatarHTML": AvatarHTML,
"EntryIcon": base.EntryIcon,
"MigrationIcon": MigrationIcon,
"ActionIcon": ActionIcon,