diff options
author | silverwind <me@silverwind.io> | 2020-12-09 06:11:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 07:11:15 +0200 |
commit | 97ab820accba40de66d7df7cdc5e396277483710 (patch) | |
tree | 33fac74e7e37d055e066590532e915572f6d7948 /templates | |
parent | 10b9a6df0d09b9865f7bd705b70b414d07d3f320 (diff) | |
download | gitea-97ab820accba40de66d7df7cdc5e396277483710.tar.gz gitea-97ab820accba40de66d7df7cdc5e396277483710.zip |
Fix action avatar loading (#13909)
Fixes #13883
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'templates')
-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 0d9f7de5a7..b28c7c9a0b 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -1,7 +1,7 @@ {{range .Feeds}} <div class="news"> <div class="ui left"> - {{avatar .ActUser}} + {{avatarByAction .}} </div> <div class="ui grid"> <div class="ui fourteen wide column"> |