From 12add6ea556be33f7eab53e54413e28d99db522d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 29 May 2014 16:11:25 -0700 Subject: [PATCH] invert some topic summary stats --- .../templates/components/topic-map.js.handlebars | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/components/topic-map.js.handlebars b/app/assets/javascripts/discourse/templates/components/topic-map.js.handlebars index f5f787887..c7bbc15cc 100644 --- a/app/assets/javascripts/discourse/templates/components/topic-map.js.handlebars +++ b/app/assets/javascripts/discourse/templates/components/topic-map.js.handlebars @@ -21,27 +21,27 @@
  • -

    {{i18n posts}}

    {{number topic.posts_count}} +

    {{i18n posts}}

  • -

    {{i18n views}}

    {{number topic.views class=topic.viewsHeat}} +

    {{i18n views}}

  • -

    {{i18n users}}

    {{number topic.participant_count}} +

    {{i18n users}}

  • {{#if topic.like_count}}
  • -

    {{i18n likes}}

    {{number topic.like_count}} +

    {{i18n likes}}

  • {{/if}} {{#if details.links.length}}
  • -

    {{i18n links}}

    {{number details.links.length}} +

    {{i18n links}}

  • {{/if}}