mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
5 lines
141 B
Handlebars
5 lines
141 B
Handlebars
{{#if isCard}}
|
|
<span class="desc">{{i18n label}}</span><span>{{total}}</span>
|
|
{{else}}
|
|
<dt>{{i18n label}}</dt><dd>{{total}}</dd>
|
|
{{/if}}
|