diff --git a/app/assets/javascripts/discourse/templates/about.hbs b/app/assets/javascripts/discourse/templates/about.hbs index a0ef47a5c99..e0b3ca0c171 100644 --- a/app/assets/javascripts/discourse/templates/about.hbs +++ b/app/assets/javascripts/discourse/templates/about.hbs @@ -63,39 +63,39 @@ - + - + - + - + - + - +
 {{i18n 'about.stat.all_time'}} {{i18n 'about.stat.last_7_days'}} {{i18n 'about.stat.last_30_days'}}{{i18n 'about.stat.all_time'}}
{{i18n 'about.topic_count'}}{{number model.stats.topic_count}} {{number model.stats.topics_7_days}} {{number model.stats.topics_30_days}}{{number model.stats.topic_count}}
{{i18n 'about.post_count'}}{{number model.stats.post_count}} {{number model.stats.posts_7_days}} {{number model.stats.posts_30_days}}{{number model.stats.post_count}}
{{i18n 'about.user_count'}}{{number model.stats.user_count}} {{number model.stats.users_7_days}} {{number model.stats.users_30_days}}{{number model.stats.user_count}}
{{i18n 'about.active_user_count'}} {{number model.stats.active_users_7_days}} {{number model.stats.active_users_30_days}}
{{i18n 'about.like_count'}}{{number model.stats.like_count}} {{number model.stats.likes_7_days}} {{number model.stats.likes_30_days}}{{number model.stats.like_count}}