Allow switching between mobile and desktop view on any device.

This commit is contained in:
Neil Lalonde 2013-09-16 14:26:20 -04:00
parent c845071066
commit e4e8d2fc34
1 changed files with 9 additions and 11 deletions

View File

@ -123,17 +123,15 @@
{{#titledLinkTo "list.latest" titleKey="filters.latest.help"}}{{i18n filters.latest.title}}{{/titledLinkTo}}
</li>
<li>{{faqLink}}</li>
{{#if mobileDevice}}
<li>
<a href="#" {{action toggleMobileView}}>
{{#if mobileView}}
{{i18n desktop_view}}
{{else}}
{{i18n mobile_view}}
{{/if}}
</a>
</li>
{{/if}}
<li>
<a href="#" {{action toggleMobileView}}>
{{#if mobileView}}
{{i18n desktop_view}}
{{else}}
{{i18n mobile_view}}
{{/if}}
</a>
</li>
</ul>
{{#if categories}}