diff --git a/app/assets/javascripts/discourse/templates/discovery/topics.js.handlebars b/app/assets/javascripts/discourse/templates/discovery/topics.js.handlebars index bd7b9a847ad..baeae36f733 100644 --- a/app/assets/javascripts/discourse/templates/discovery/topics.js.handlebars +++ b/app/assets/javascripts/discourse/templates/discovery/topics.js.handlebars @@ -95,7 +95,9 @@ {{/if}} {{#if latest}} - {{{footerEducation}}} +
+ {{{footerEducation}}} +

{{footerMessage}} {{#if can_create_topic}}{{i18n topic.suggest_create_topic}}{{/if}} @@ -106,7 +108,9 @@ {{#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}} {{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}}

diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 8735702a160..0de120eea6b 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -308,3 +308,7 @@ ol.category-breadcrumb { .top-title-buttons { display: inline; } + +div.education { + color: scale-color($primary, $lightness: 50%); +} \ No newline at end of file