mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-17 11:56:26 +08:00
10 lines
No EOL
283 B
Handlebars
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}} |