diff options
Diffstat (limited to 'templates/user/dashboard/feeds.tmpl')
-rw-r--r-- | templates/user/dashboard/feeds.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 4a8d6c6914..24768439f5 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -2,7 +2,7 @@ {{range .Feeds}} <div class="flex-item"> <div class="flex-item-leading"> - {{avatarByAction $.Context .}} + {{ctx.AvatarUtils.AvatarByAction .}} </div> <div class="flex-item-main gt-gap-3"> <div> |