aboutsummaryrefslogtreecommitdiff
path: root/templates/user.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-29 03:43:57 +0000
committerr <r@freesoftwareextremist.com>2019-12-29 03:43:57 +0000
commit72dbe50341179d345f8cbd1bf5a97809037db364 (patch)
treee11659a1178179ccbe7e88b794b280cb225746a2 /templates/user.tmpl
parentb9d7eb05beb57926181f91685a75b3069d1f8cf8 (diff)
downloadbloat-72dbe50341179d345f8cbd1bf5a97809037db364.tar.gz
bloat-72dbe50341179d345f8cbd1bf5a97809037db364.zip
Add following and followers page
Diffstat (limited to 'templates/user.tmpl')
-rw-r--r--templates/user.tmpl4
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">