mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Change signout link to button
References https://github.com/TryGhost/Ghost-UI/issues/65 - Swap signout link from an `<a>` tag to `<button>` - Changed tests to match new element
This commit is contained in:
parent
302b360194
commit
acb45cb660
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<li class="divider"></li>
|
||||
<li class="usermenu-help"><a href="http://support.ghost.org/">Help / Support</a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="usermenu-signout"><a {{ action 'invalidateSession' }}>Sign Out</a></li>
|
||||
<li class="usermenu-signout"><button {{action 'invalidateSession'}}>Sign Out</button></li>
|
||||
{{/gh-popover}}
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue