0
Fork 0
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:
Paul Adam Davis 2014-07-23 22:12:45 +01:00
parent 302b360194
commit acb45cb660

View file

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