Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-32623] Fix link to user profile in title
  • Loading branch information
daniel-beck committed Sep 26, 2017
1 parent 08adfb9 commit 4a52423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/layout.jelly
Expand Up @@ -204,7 +204,7 @@ ${h.initPageVariables(context)}
</j:otherwise>
</j:choose>
<span style="white-space:nowrap">
<a href="${rootURL}/user/${user.id}" class="model-link inside inverse"><b>${userName}</b></a>
<a href="${rootURL}/${user.url}" class="model-link inside inverse"><b>${userName}</b></a>
<j:if test="${app.securityRealm.canLogOut()}">
|
<a href="${rootURL}/logout"><b>${%logout}</b></a>
Expand Down

0 comments on commit 4a52423

Please sign in to comment.