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

changeset 134
f47e82cd6077
parent 131
67df332e3146
child 148
87364e7ec333
equal deleted inserted replaced
133:ef075cd7ce55 134:f47e82cd6077
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">&#x270e;</a></td> 81 <td rowspan="2" style="width: 2em;"><a href="./projects/${project.node}/versions/${versionInfo.version.node}/edit">&#x270e;</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>

mercurial