summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-05-26 23:34:11 -0400
committerLunny Xiao <xiaolunwen@gmail.com>2017-05-27 11:34:11 +0800
commitbafd778c259801f0ceef1f621851afd43eabc3a5 (patch)
tree602439d5f39b67dcb321ebf1e14feadc88e5c550 /templates/user/dashboard
parent97f7f88bed28c256d112bd1962b6a7a84baa9931 (diff)
downloadgitea-bafd778c259801f0ceef1f621851afd43eabc3a5.tar.gz
gitea-bafd778c259801f0ceef1f621851afd43eabc3a5.zip
Fix invalid reference in feeds template (#1820)
* Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r--templates/user/dashboard/feeds.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl
index fcc9b9cac5..12768bca52 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">
- <img class="ui avatar image" src="{{.ActAvatar}}" alt="">
+ <img class="ui avatar image" src="{{.GetActAvatar}}" alt="">
</div>
<div class="ui grid">
<div class="ui fifteen wide column">