mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: add classes to mobile education panels
This commit is contained in:
parent
7a7a38c78e
commit
742e2b1fa9
1 changed files with 6 additions and 2 deletions
|
@ -37,7 +37,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if latest}}
|
{{#if latest}}
|
||||||
{{{footerEducation}}}
|
<div class="education">
|
||||||
|
{{{footerEducation}}}
|
||||||
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
{{footerMessage}}
|
{{footerMessage}}
|
||||||
{{#if can_create_topic}}<a href='#' {{action createTopic}}>{{i18n topic.suggest_create_topic}}</a>{{/if}}
|
{{#if can_create_topic}}<a href='#' {{action createTopic}}>{{i18n topic.suggest_create_topic}}</a>{{/if}}
|
||||||
|
@ -50,7 +52,9 @@
|
||||||
{{top-period-buttons period=period}}
|
{{top-period-buttons period=period}}
|
||||||
</h3>
|
</h3>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{{footerEducation}}}
|
<div class="education">
|
||||||
|
{{{footerEducation}}}
|
||||||
|
</div>
|
||||||
<h3>
|
<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}}
|
{{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>
|
</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue