mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
FIX: add classes to mobile education panels
This commit is contained in:
parent
7a7a38c78e
commit
742e2b1fa9
|
@ -37,7 +37,9 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if latest}}
|
||||
{{{footerEducation}}}
|
||||
<div class="education">
|
||||
{{{footerEducation}}}
|
||||
</div>
|
||||
<h3>
|
||||
{{footerMessage}}
|
||||
{{#if can_create_topic}}<a href='#' {{action createTopic}}>{{i18n topic.suggest_create_topic}}</a>{{/if}}
|
||||
|
@ -50,7 +52,9 @@
|
|||
{{top-period-buttons period=period}}
|
||||
</h3>
|
||||
{{else}}
|
||||
{{{footerEducation}}}
|
||||
<div class="education">
|
||||
{{{footerEducation}}}
|
||||
</div>
|
||||
<h3>
|
||||
{{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}}
|
||||
</h3>
|
||||
|
|
Loading…
Reference in New Issue
Block a user