From 5f5c22d958c4d7c22212ab624bb1ff71fd1db725 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 5 Apr 2017 13:54:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20"More"=20link=20in=20mobil?= =?UTF-8?q?e=20nav=20(#618)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - pass in the action string so that the mobile menu trigger works --- ghost/admin/app/templates/application.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/templates/application.hbs b/ghost/admin/app/templates/application.hbs index 0c6c0a8050..fd1152c3ae 100644 --- a/ghost/admin/app/templates/application.hbs +++ b/ghost/admin/app/templates/application.hbs @@ -17,7 +17,7 @@ {{gh-content-cover onClick="closeMenus" onMouseEnter="closeAutoNav"}} - {{gh-mobile-nav-bar}} + {{gh-mobile-nav-bar openMobileMenu="openMobileMenu"}} {{!gh-viewport}} {{/gh-app}}