From 0e087e040f0b793d3d05313899a2737ca0b816d8 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 26 Feb 2013 11:13:13 -0500 Subject: [PATCH] Fixes title regression --- .../list/topic_list_item.js.handlebars | 18 +++++++++--------- config/locales/client.en.yml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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 557e1c461..6532e922e 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 338f7105a..eb27fe3b1 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"