discourse-follow/assets/javascripts/discourse/connectors/user-card-metadata/follow-statistics-user-card.hbs
2023-03-03 18:11:59 +01:00

10 lines
No EOL
283 B
Handlebars

{{#if user.total_following}}
<h3>{{i18n "user.following.label"}}<span
class="value"
>{{user.total_following}}</span></h3>
{{/if}}
{{#if user.total_followers}}
<h3>{{i18n "user.followers.label"}}<span
class="value"
>{{user.total_followers}}</span></h3>
{{/if}}