summaryrefslogtreecommitdiff
path: root/web/template/profile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/profile.tmpl')
-rw-r--r--web/template/profile.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl
index b6ef056f0..f0467e004 100644
--- a/web/template/profile.tmpl
+++ b/web/template/profile.tmpl
@@ -98,9 +98,9 @@
<dt>Posts</dt>
<dd>{{- .account.StatusesCount -}}</dd>
<dt>Followed by</dt>
- <dd>{{- .account.FollowersCount -}}</dd>
+ <dd>{{- if .account.HideCollections -}}<i>hidden</i>{{- else -}}{{- .account.FollowersCount -}}{{- end -}}</dd>
<dt>Following</dt>
- <dd>{{- .account.FollowingCount -}}</dd>
+ <dd>{{- if .account.HideCollections -}}<i>hidden</i>{{- else -}}{{- .account.FollowingCount -}}{{- end -}}</dd>
</dl>
</section>
<div class="statuses-wrapper" role="region" aria-label="Posts by {{ .account.Username -}}">