0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Change user actions button tag

No issue

- Changes the user actions button to a `<button>` element.
This commit is contained in:
Paul Adam Davis 2014-08-11 11:29:29 +01:00
parent 676c4ab824
commit fc06108445

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}}