0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Merge pull request #3744 from PaulAdamDavis/user-actions-button

Change user actions button tag
This commit is contained in:
John O'Nolan 2014-08-11 13:03:22 +02:00
commit d1a481d2e1

View file

@ -13,7 +13,7 @@
<section class="page-actions">
{{#if view.userActionsAreVisible}}
{{#gh-popover-button popoverName="user-actions-menu" tagName="a" classNames="button only-has-icon user-actions-cog" title="User Actions"}}
{{#gh-popover-button popoverName="user-actions-menu" classNames="button only-has-icon user-actions-cog" title="User Actions"}}
<i class="icon-settings"></i>
<span class="hidden">User Settings</span>
{{/gh-popover-button}}