src/main/webapp/WEB-INF/jsp/versions.jsp

changeset 134
f47e82cd6077
parent 131
67df332e3146
child 148
87364e7ec333
--- a/src/main/webapp/WEB-INF/jsp/versions.jsp	Sat Oct 17 15:21:56 2020 +0200
+++ b/src/main/webapp/WEB-INF/jsp/versions.jsp	Sat Oct 17 19:56:50 2020 +0200
@@ -76,11 +76,11 @@
     </tr>
     </thead>
     <tbody>
-        <c:forEach var="versionInfo" items="${viewmodel.versionInfo}" >
+        <c:forEach var="versionInfo" items="${viewmodel.versionInfos}" >
         <tr>
-            <td rowspan="2" style="width: 2em;"><a href="./projects/${project.id}/versions/${versionInfo.version.id}/edit">&#x270e;</a></td>
+            <td rowspan="2" style="width: 2em;"><a href="./projects/${project.node}/versions/${versionInfo.version.node}/edit">&#x270e;</a></td>
             <td rowspan="2">
-                <a href="./projects/${project.id}/versions/${versionInfo.version.id}">
+                <a href="./projects/${project.node}/all-components/${versionInfo.version.node}/issues/">
                     <c:out value="${versionInfo.version.name}"/>
                 </a>
                 <div class="version-tag version-${versionInfo.version.status}">

mercurial