mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #2772 from shindakun/profilelink
Corrected link to user profile settings
This commit is contained in:
commit
3ca815cc3d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{{!-- @TODO: add functionality to allow for dropdown to work --}}
|
||||
{{#ghost-popover open=showMenu}}
|
||||
<ul class="overlay">
|
||||
<li class="usermenu-profile"><a href="#">Your Profile</a></li>
|
||||
<li class="usermenu-profile">{{#link-to 'settings.user'}}Your Profile{{/link-to}}</li>
|
||||
<li class="divider"></li>
|
||||
<li class="usermenu-help"><a href="http://ghost.org/forum/">Help / Support</a></li>
|
||||
<li class="divider"></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue