mirror of
https://github.com/apache/archiva.git
synced 2025-03-08 01:43:06 +00:00
fix the browse URL
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@431763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9fba5db77
commit
aa30fed06c
@ -30,13 +30,13 @@
|
||||
<div id="contentArea">
|
||||
<div id="nameColumn">
|
||||
<p>
|
||||
<c:forTokens items="${groupId}" delims="./" var="part" varStatus="status">
|
||||
<c:forTokens items="${groupId}" delims="." var="part" varStatus="status">
|
||||
<c:choose>
|
||||
<c:when test="${empty(cumulativeGroup)}">
|
||||
<c:set var="cumulativeGroup" value="${part}" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:set var="cumulativeGroup" value="${cumulativeGroup}/${part}" />
|
||||
<c:set var="cumulativeGroup" value="${cumulativeGroup}.${part}" />
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<c:choose>
|
||||
|
Loading…
x
Reference in New Issue
Block a user