mirror of https://github.com/apache/archiva.git
fix organization tag
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@885034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5c8218abe
commit
99f6382dd3
|
@ -168,11 +168,11 @@
|
|||
<th>Organisation</th>
|
||||
<td>
|
||||
<c:choose>
|
||||
<c:when test="${model.organization != null}">
|
||||
<c:when test="${model.organization.url != null}">
|
||||
<a href="${model.organization.url}">${model.organization.organizationName}</a>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
${model.organization.name}
|
||||
${model.organization.organizationName}
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue