Skip to content

Commit

Permalink
Merge pull request #2772 from shindakun/profilelink
Browse files Browse the repository at this point in the history
Corrected link to user profile settings
  • Loading branch information
ErisDS committed May 17, 2014
2 parents 1c7a6f4 + f6dd5c1 commit 3ca815c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/templates/-navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3ca815c

Please sign in to comment.