NIHVIVO-2728 provide a template variable for the link to the user's profile.
This commit is contained in:
parent
fb7e82ab64
commit
353b0f4a58
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@
|
|||
<ul class="dropdown">
|
||||
<li id="user-menu"><a href="#">${user.loginName}</a>
|
||||
<ul class="sub_menu">
|
||||
<li role="listitem" class="inactive">My profile</li>
|
||||
<#if user.hasProfile>
|
||||
<li role="listitem"><a href="${user.profileUrl}">My profile</a></li>
|
||||
</#if>
|
||||
<li role="listitem"><a href="${urls.myAccount}">My account</a></li>
|
||||
<li role="listitem"><a href="${urls.logout}">Log out</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue