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

View File

@ -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}}