diff options
Diffstat (limited to 'templates/user.tmpl')
-rw-r--r-- | templates/user.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/user.tmpl b/templates/user.tmpl index fa19338..0c134af 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -36,7 +36,9 @@ {{end}} </div> <div> - {{.User.StatusesCount}} statuses - {{.User.FollowingCount}} following - {{.User.FollowersCount}} followers + {{.User.StatusesCount}} statuses - + <a href="/following/{{.User.ID}}"> {{.User.FollowingCount}} following </a> - + <a href="/followers/{{.User.ID}}"> {{.User.FollowersCount}} followers </a> </div> </div> <div class="user-profile-decription"> |