From f9e49624b24df4862244b40e42ac684626a482dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 8 May 2014 00:47:10 +0200 Subject: [PATCH] BUGFIX: button styling on /top page --- .../templates/discovery/top.js.handlebars | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars b/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars index 6578d1decc4..5d1b9f6828d 100644 --- a/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars +++ b/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars @@ -6,28 +6,28 @@

{{i18n filters.top.this_year}}

{{basic-topic-list topicList=content.yearly hideCategory=hideCategory}} - {{#if content.yearly.topics.length}}{{i18n show_more}}{{/if}} + {{#if content.yearly.topics.length}}{{i18n show_more}}{{/if}}
{{/if}} {{#if content.monthly}}

{{i18n filters.top.this_month}}

{{basic-topic-list topicList=content.monthly hideCategory=hideCategory}} - {{#if content.monthly.topics.length}}{{i18n show_more}}{{/if}} + {{#if content.monthly.topics.length}}{{i18n show_more}}{{/if}}
{{/if}} {{#if content.weekly}}

{{i18n filters.top.this_week}}

{{basic-topic-list topicList=content.weekly hideCategory=hideCategory}} - {{#if content.weekly.topics.length}}{{i18n show_more}}{{/if}} + {{#if content.weekly.topics.length}}{{i18n show_more}}{{/if}}
{{/if}} {{#if content.daily}}

{{i18n filters.top.today}}

{{basic-topic-list topicList=content.daily hideCategory=hideCategory}} - {{#if content.daily.topics.length}}{{i18n show_more}}{{/if}} + {{#if content.daily.topics.length}}{{i18n show_more}}{{/if}}
{{/if}}