mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
9 lines
211 B
Text
9 lines
211 B
Text
import { i18n } from "discourse-i18n";
|
|
|
|
const FollowStatistic = <template>
|
|
<div class="follow-statistic">
|
|
<dt>{{i18n @label}}</dt><dd>{{@total}}</dd>
|
|
</div>
|
|
</template>;
|
|
|
|
export default FollowStatistic;
|