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>
|
<th>Organisation</th>
|
||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${model.organization != null}">
|
<c:when test="${model.organization.url != null}">
|
||||||
<a href="${model.organization.url}">${model.organization.organizationName}</a>
|
<a href="${model.organization.url}">${model.organization.organizationName}</a>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
${model.organization.name}
|
${model.organization.organizationName}
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue