From bb74c8b9cfceafee16b4e1017888014cbfaa3ae2 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 2 Jul 2013 17:22:35 -0400 Subject: [PATCH] Widen the Age column on categories page to fit the new date format --- .../discourse/templates/featured_topics.js.handlebars | 10 +++++----- app/assets/stylesheets/application/topic-list.css.scss | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars index 8b6188320b..f8b34f1399 100644 --- a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars +++ b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars @@ -1,6 +1,6 @@ - - - + + {{#if description_excerpt}} @@ -51,8 +51,8 @@ {{/if}} - - + + {{/each}} diff --git a/app/assets/stylesheets/application/topic-list.css.scss b/app/assets/stylesheets/application/topic-list.css.scss index abb8c2e6c5..13baa6538d 100644 --- a/app/assets/stylesheets/application/topic-list.css.scss +++ b/app/assets/stylesheets/application/topic-list.css.scss @@ -181,6 +181,9 @@ .activity { width: 50px; } + .age { + width: 60px; + } } // Category list
+ {{categoryLink this}}
@@ -9,8 +9,8 @@ {{/each}}
{{i18n posts}}{{i18n age}}{{i18n posts}}{{i18n age}}
{{number posts_count}}{{{unboundAge created_at}}}{{number posts_count}}{{{unboundAge created_at}}}