From a568696098bdca0d2c57b715b96fc60cdb1d8dfb Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 25 Aug 2014 18:56:10 -0400 Subject: [PATCH] FIX: Add the
without removing stuff --- .../javascripts/discourse/templates/discovery/top.js.handlebars | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars b/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars index 270702b9ba3..4542d5123a4 100644 --- a/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars +++ b/app/assets/javascripts/discourse/templates/discovery/top.js.handlebars @@ -17,6 +17,7 @@ {{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}}. {{else}} {{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}}, {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{i18n or}} {{i18n filters.top.other_periods}} +
{{top-period-buttons period=period}} {{/if}}