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:
commit
d1a481d2e1
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…
Add table
Reference in a new issue