| 74 <th class="hcenter"><fmt:message key="issues.active" /></th> |
74 <th class="hcenter"><fmt:message key="issues.active" /></th> |
| 75 <th class="hcenter"><fmt:message key="issues.done" /></th> |
75 <th class="hcenter"><fmt:message key="issues.done" /></th> |
| 76 </tr> |
76 </tr> |
| 77 </thead> |
77 </thead> |
| 78 <tbody> |
78 <tbody> |
| 79 <c:forEach var="versionInfo" items="${viewmodel.versionInfo}" > |
79 <c:forEach var="versionInfo" items="${viewmodel.versionInfos}" > |
| 80 <tr> |
80 <tr> |
| 81 <td rowspan="2" style="width: 2em;"><a href="./projects/${project.id}/versions/${versionInfo.version.id}/edit">✎</a></td> |
81 <td rowspan="2" style="width: 2em;"><a href="./projects/${project.node}/versions/${versionInfo.version.node}/edit">✎</a></td> |
| 82 <td rowspan="2"> |
82 <td rowspan="2"> |
| 83 <a href="./projects/${project.id}/versions/${versionInfo.version.id}"> |
83 <a href="./projects/${project.node}/all-components/${versionInfo.version.node}/issues/"> |
| 84 <c:out value="${versionInfo.version.name}"/> |
84 <c:out value="${versionInfo.version.name}"/> |
| 85 </a> |
85 </a> |
| 86 <div class="version-tag version-${versionInfo.version.status}"> |
86 <div class="version-tag version-${versionInfo.version.status}"> |
| 87 <c:out value="${versionInfo.version.status}"/> |
87 <c:out value="${versionInfo.version.status}"/> |
| 88 </div> |
88 </div> |