From 742e2b1fa9349011b945f57c4e681e9a61da3310 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 4 Sep 2014 10:39:47 -0700 Subject: [PATCH] FIX: add classes to mobile education panels --- .../templates/mobile/discovery/topics.js.handlebars | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 2dcbabe56f8..d5f3243999d 100644 --- a/app/assets/javascripts/discourse/templates/mobile/discovery/topics.js.handlebars +++ b/app/assets/javascripts/discourse/templates/mobile/discovery/topics.js.handlebars @@ -37,7 +37,9 @@ {{/if}} {{#if latest}} - {{{footerEducation}}} +
+ {{{footerEducation}}} +

{{footerMessage}} {{#if can_create_topic}}{{i18n topic.suggest_create_topic}}{{/if}} @@ -50,7 +52,9 @@ {{top-period-buttons period=period}}

{{else}} - {{{footerEducation}}} +
+ {{{footerEducation}}} +

{{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}}