From a11e25c12bcc92406011762763c453075f15782c Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Mon, 11 Aug 2014 10:25:30 +0100 Subject: [PATCH] Add ghost logo anchor tag Amends #3736, references #3623 With `button.ghost-logo`, there's no `href`, so cannot be opened in a new window. This changes it back to an anchor and appends the blog URL to a href attribute. Win! Bumps Ghost-UI version to 0.8.13 bring in related CSS changes. --- bower.json | 2 +- core/client/templates/-navbar.hbs | 7 ++++++- core/client/views/application.js | 6 ++++++ core/client/views/posts.js | 3 +++ core/test/functional/client/app_test.js | 9 ++++++--- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 42c70dc42a..3e06f0f408 100644 --- a/bower.json +++ b/bower.json @@ -10,7 +10,7 @@ "ember-resolver": "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#181251821cf513bb58d3e192faa13245a816f75e", "ember-simple-auth": "0.6.4", "fastclick": "1.0.0", - "ghost-ui": "0.8.12", + "ghost-ui": "0.8.13", "handlebars": "1.3.0", "ic-ajax": "1.0.1", "jquery": "1.11.0", diff --git a/core/client/templates/-navbar.hbs b/core/client/templates/-navbar.hbs index 1f70bb82ca..68e63e59b5 100644 --- a/core/client/templates/-navbar.hbs +++ b/core/client/templates/-navbar.hbs @@ -1,7 +1,12 @@