Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add subscribers export button class (#743)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8553
- adds a href for pointer and hover class to subscribers export button
  • Loading branch information
cobbspur authored and kevinansfield committed Jun 15, 2017
1 parent 6f23f16 commit d8a12ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/subscribers.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 class="gh-canvas-title" data-test-screen-title>Subscribers <span style="font-weight:200;margin-left:10px;display:inline-block;" data-test-total-subscribers> ({{total}})</span></h2>
<div class="view-actions">
{{#link-to "subscribers.import" class="gh-btn gh-btn-hover-green"}}<span>Import CSV</span>{{/link-to}}
<a {{action 'exportData'}} class="gh-btn"><span>Export CSV</span></a>
<a href="#" {{action 'exportData'}} class="gh-btn gh-btn-hover-green"><span>Export CSV</span></a>
{{#link-to "subscribers.new" class="gh-btn gh-btn-green"}}<span>Add Subscriber</span>{{/link-to}}
</div>
</header>
Expand Down

0 comments on commit d8a12ab

Please sign in to comment.