diff --git a/modules/templates/helper.go b/modules/templates/helper.go index 8fedc4076..bb1411cbf 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, diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 24768439f..aad44f57d 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -86,7 +86,7 @@ {{range $push.Commits}} {{$commitLink := printf "%s/commit/%s" $repoLink .Sha1}}
- {{avatarHTML ($push.AvatarLink $.Context .AuthorEmail) 16 "" .AuthorName}} + {{ShortSha .Sha1}} {{RenderCommitMessage $.Context .Message $repoLink $.ComposeMetas}}