summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-29 20:46:59 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-29 20:46:59 +0800
commit035facc5641e879b693982f6f4ada1d82915da82 (patch)
tree8ebe910503895aafacdc532efc61e94c48611106 /templates
parentf0d5c3992b03f4d6a82b272ac513d2989ffb8d81 (diff)
parentec1b801732b030648c060d26ce5a3ed8cf2e822c (diff)
downloadgitea-035facc5641e879b693982f6f4ada1d82915da82.tar.gz
gitea-035facc5641e879b693982f6f4ada1d82915da82.zip
Merge branch 'master' of https://github.com/gogits/gogs
Diffstat (limited to 'templates')
-rw-r--r--templates/user/profile.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 3733736dde..97549d481c 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -32,11 +32,10 @@
{{if eq .TabName "activity"}}
<div class="tab-pane active">
<ul class="list-unstyled activity-list">
- {{$avatarLink := .Owner.AvatarLink}}
{{range .Feeds}}
<li>
<i class="icon fa fa-{{ActionIcon .OpType}}"></i>
- <div class="info"><span class="meta">{{TimeSince .Created}}</span><br>{{ActionDesc . $avatarLink | str2html}}</div>
+ <div class="info"><span class="meta">{{TimeSince .Created}}</span><br>{{ActionDesc . | str2html}}</div>
<span class="clearfix"></span>
</li>
{{else}}