From 39b1c0775f3ff9fa9e00e42c6621563909327fd9 Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Mon, 27 Oct 2014 16:15:19 +0000 Subject: [PATCH] Use gh-path for nav bar dfallback avatar Closes #4344 - Uses the `{{gh-path}}` helper to make the fellback avatar src work when Ghost is in a sub-directory --- ghost/admin/templates/-navbar.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/templates/-navbar.hbs b/ghost/admin/templates/-navbar.hbs index 21eaba84bf..4336dc1511 100644 --- a/ghost/admin/templates/-navbar.hbs +++ b/ghost/admin/templates/-navbar.hbs @@ -34,7 +34,7 @@ {{#if session.user.image}}
{{session.user.name}}'s profile picture
{{else}} -
Profile picture
+
Profile picture
{{/if}}
{{session.user.name}}