mirror of
https://github.com/discourse/discourse.git
synced 2025-02-04 03:07:46 +08:00
14 lines
256 B
Handlebars
14 lines
256 B
Handlebars
<span class='value'>
|
|
{{#if isNumber}}
|
|
{{number value}}
|
|
{{else if isDuration}}
|
|
{{format-duration value}}
|
|
{{else}}
|
|
{{value}}
|
|
{{/if}}
|
|
</span>
|
|
<span class='label'>
|
|
{{#if icon}}{{d-icon icon}}{{/if}}
|
|
{{{i18n label count=value}}}
|
|
</span>
|