Merge branch 'origin/pr/1244'
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
</td>
|
||||
|
||||
<td style="padding-left:15pt;padding-right:5pt;vertical-align: middle;width: 100%;text-align: center">
|
||||
|
||||
<a href="<c:url value="/logout"/>" target="_top">
|
||||
<c:choose>
|
||||
<c:when test="${model.showAvatar}">
|
||||
<sub:url value="avatar.view" var="avatarUrl">
|
||||
@@ -152,8 +152,9 @@
|
||||
<div class="detail">
|
||||
<fmt:message key="top.logout" var="logout"><br/>
|
||||
<fmt:param value="${model.user.username}"/></fmt:message>
|
||||
<a href="<c:url value="/logout"/>" target="_top">${fn:escapeXml(logout)}</a>
|
||||
${fn:escapeXml(logout)}
|
||||
</div>
|
||||
</a>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
|
||||
Reference in New Issue
Block a user