Skip to content

Commit fc00fa7

Browse files
committed
Add link to features on profile dropdown
1 parent a669c20 commit fc00fa7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/views/index/body.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<img class="ui-avatar" width="20" height="20"><span class="hidden-xs hidden-sm">&ensp;<span class="ui-name"></span></span>&ensp;<i class="fa fa-caret-down"></i>
2727
</button>
2828
<ul class="dropdown-menu" aria-labelledby="profileLabel">
29+
<li><a href="<%- url %>/features"><i class="fa fa-dot-circle-o fa-fw"></i> <%= __('Features') %></a></li>
2930
<li><a href="<%- url %>/logout"><i class="fa fa-sign-out fa-fw"></i> <%= __('Sign Out') %></a></li>
3031
</ul>
3132
</span>

0 commit comments

Comments
 (0)