From db0ea54f72d38b74b67c4ccac97bc34386f41670 Mon Sep 17 00:00:00 2001 From: David Wolfe Date: Thu, 15 Jun 2017 12:43:00 +0100 Subject: [PATCH] Subscribers export button :hover should be blue (#744) No Issue - class should be gh-btn-hover-blue not gh-btn-hover-green --- ghost/admin/app/templates/subscribers.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/templates/subscribers.hbs b/ghost/admin/app/templates/subscribers.hbs index 36128c02c7..269fd7af74 100644 --- a/ghost/admin/app/templates/subscribers.hbs +++ b/ghost/admin/app/templates/subscribers.hbs @@ -3,7 +3,7 @@

Subscribers ({{total}})

{{#link-to "subscribers.import" class="gh-btn gh-btn-hover-green"}}Import CSV{{/link-to}} - Export CSV + Export CSV {{#link-to "subscribers.new" class="gh-btn gh-btn-green"}}Add Subscriber{{/link-to}}