From 9a9fbd906a628a7d742e5649ab790c49767e7500 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 20 May 2015 21:09:31 +0100 Subject: [PATCH] Use absolute frontend URL in admin closes #5288 - use the config.blogURL as the frontend URL from the admin - we know this is given to us without a trailing slash, so it's 100% safe to hard code this - TODO: make all of the url generation a lot nicer i.e. #1833 --- ghost/admin/app/templates/-navbar.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/templates/-navbar.hbs b/ghost/admin/app/templates/-navbar.hbs index de5e12f20a..db121c314b 100644 --- a/ghost/admin/app/templates/-navbar.hbs +++ b/ghost/admin/app/templates/-navbar.hbs @@ -1,6 +1,6 @@