mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
Allow switching between mobile and desktop view on any device.
This commit is contained in:
parent
c845071066
commit
e4e8d2fc34
|
@ -123,7 +123,6 @@
|
||||||
{{#titledLinkTo "list.latest" titleKey="filters.latest.help"}}{{i18n filters.latest.title}}{{/titledLinkTo}}
|
{{#titledLinkTo "list.latest" titleKey="filters.latest.help"}}{{i18n filters.latest.title}}{{/titledLinkTo}}
|
||||||
</li>
|
</li>
|
||||||
<li>{{faqLink}}</li>
|
<li>{{faqLink}}</li>
|
||||||
{{#if mobileDevice}}
|
|
||||||
<li>
|
<li>
|
||||||
<a href="#" {{action toggleMobileView}}>
|
<a href="#" {{action toggleMobileView}}>
|
||||||
{{#if mobileView}}
|
{{#if mobileView}}
|
||||||
|
@ -133,7 +132,6 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{{#if categories}}
|
{{#if categories}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user