From bc64db557b13b2fb2bc9e8e9e142d6e258180df7 Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Thu, 30 Nov 2017 20:12:01 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20blog=20icon=20not=20show?= =?UTF-8?q?n=20in=20nav=20(#918)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes TryGhost/Ghost#9293 Added https://github.com/TryGhost/Ghost-Admin/commit/d982f7b520873f497c7fafc62c4c71fa95dfd5ab#diff-f63965ba48df687541db46e0e1b2c2ecL10 back, which broke the rendering of the blog icon in the nav menu. --- ghost/admin/app/templates/application.hbs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/templates/application.hbs b/ghost/admin/app/templates/application.hbs index 4634eac730..be3bc402cb 100644 --- a/ghost/admin/app/templates/application.hbs +++ b/ghost/admin/app/templates/application.hbs @@ -5,7 +5,10 @@
{{#if showNavMenu}} - {{gh-nav-menu open=ui.autoNavOpen}} + {{gh-nav-menu + open=ui.autoNavOpen + icon=settings.settledIcon + }} {{/if}} {{#gh-main onMouseEnter=(action "closeAutoNav" target=ui)}}