From 391edfd90763bc0fc3f5f447789f916f274cac8c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Jul 2014 00:22:01 -0700 Subject: [PATCH] missing space in footer on mobile --- .../discourse/templates/mobile/discovery/topics.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/mobile/discovery/topics.js.handlebars b/app/assets/javascripts/discourse/templates/mobile/discovery/topics.js.handlebars index e8a2119392d..578f6227430 100644 --- a/app/assets/javascripts/discourse/templates/mobile/discovery/topics.js.handlebars +++ b/app/assets/javascripts/discourse/templates/mobile/discovery/topics.js.handlebars @@ -47,7 +47,7 @@ {{#unless weekly}}{{i18n filters.top.this_week}}{{/unless}} {{#unless daily}}{{i18n filters.top.today}}{{/unless}} {{else}} - {{footerMessage}}{{#link-to "discovery.categories"}}{{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} + {{footerMessage}}{{#link-to "discovery.categories"}} {{i18n topic.browse_all_categories}}{{/link-to}} {{i18n or}} {{#link-to 'discovery.latest'}}{{i18n topic.view_latest_topics}}{{/link-to}} {{/if}} {{/if}}