mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #3377 from PaulAdamDavis/signout-button
Change signout link to button
This commit is contained in:
commit
1695631f11
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