diff --git a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars index 557e1c46126..6532e922ef0 100644 --- a/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars +++ b/app/assets/javascripts/discourse/templates/list/topic_list_item.js.handlebars @@ -3,17 +3,17 @@ - {{/if}} + {{/if}} - {{view Discourse.TopicStatusView topicBinding="this"}} + {{view Discourse.TopicStatusView topicBinding="this"}} {{{topicLink this showTagIfPresent="controller.category"}}} {{#if unread}} {{unread}} {{/if}} {{#if displayNewPosts}} {{displayNewPosts}} - {{/if}} + {{/if}} {{#if unseen}} {{/if}} @@ -32,13 +32,13 @@ {{#if like_count}} - {{like_count}} + {{like_count}} {{/if}} - - {{number views numberKey="views_long"}} - - {{#if singlePost}} + + {{number views numberKey="views_long"}} + + {{#if singlePost}} {{{age}}} @@ -49,5 +49,5 @@ {{{last_post_age}}} - + {{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 338f7105a25..eb27fe3b16f 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -354,7 +354,7 @@ en: new_posts: "there are {{new_posts}} new posts in this topic since you last read it" likes: one: "there is 1 like in this topic" - other: "there are {{likes}} likes in this topic" + other: "there are {{count}} likes in this topic" back_to_list: "Back to Topic List" options: "Topic Options" show_links: "show links within this topic"