mirror of https://github.com/apache/archiva.git
PR: MRM-233
Submitted by: Napoleon Esmundo C. Ramirez Added the Edit User Info link in the left navigation bar git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@478496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ae18a29f9
commit
89724fab22
|
@ -134,6 +134,14 @@
|
||||||
</ul>
|
</ul>
|
||||||
</pss:ifAnyAuthorized>
|
</pss:ifAnyAuthorized>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
<c:if test="${sessionScope.securitySession.authenticated}">
|
||||||
|
<h5>My Account</h5>
|
||||||
|
<li class="none">
|
||||||
|
<my:currentWWUrl action="account" namespace="/">Edit user info</my:currentWWUrl>
|
||||||
|
</li>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue