diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/template/page_header.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/page_header.tmpl b/web/template/page_header.tmpl index dc727d144..5a2956883 100644 --- a/web/template/page_header.tmpl +++ b/web/template/page_header.tmpl @@ -26,7 +26,7 @@ Instance Logo {{- end -}} {{- define "strapUsers" -}} -{{- with .instance.Stats.user_count -}} +{{- with deref .instance.Stats.user_count -}} {{- if eq . 1 -}} <span class="count">{{- . -}}</span> user {{- else -}} @@ -36,7 +36,7 @@ Instance Logo {{- end -}} {{- define "strapPosts" -}} -{{- with .instance.Stats.status_count -}} +{{- with deref .instance.Stats.status_count -}} {{- if eq . 1 -}} <span class="count">{{- . -}}</span> post {{- else -}} @@ -46,7 +46,7 @@ Instance Logo {{- end -}} {{- define "strapInstances" -}} -{{- with .instance.Stats.domain_count -}} +{{- with deref .instance.Stats.domain_count -}} {{- if eq . 1 -}} <span class="count">{{- . -}}</span> other instance {{- else -}} |