From a83312513e27441fb24a1e70a704ddc45d6dadcc Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 4 Sep 2015 13:07:51 -0400 Subject: [PATCH] Move mobile toggle to the bottom of the hamburger --- .../discourse/templates/components/hamburger-menu.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs b/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs index afeb60bc450..76289134c0a 100644 --- a/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs +++ b/app/assets/javascripts/discourse/templates/components/hamburger-menu.hbs @@ -50,10 +50,6 @@ {{plugin-outlet "site-map-links"}} - {{#if showMobileToggle}} -
  • {{d-link action="toggleMobileView" class="mobile-toggle-link" label=mobileViewLinkTextKey}}
  • - {{/if}} - {{plugin-outlet "site-map-links-last"}} {{/menu-links}} @@ -79,5 +75,9 @@ {{#if showKeyboardShortcuts}}
  • {{d-link action="keyboardShortcuts" class="keyboard-shortcuts-link" label="keyboard_shortcuts_help.title"}}
  • {{/if}} + + {{#if showMobileToggle}} +
  • {{d-link action="toggleMobileView" class="mobile-toggle-link" label=mobileViewLinkTextKey}}
  • + {{/if}} {{/menu-links}} {{/menu-panel}}