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:
parent
676c4ab824
commit
fc06108445
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue