| 70 </tr> |
70 </tr> |
| 71 </thead> |
71 </thead> |
| 72 <tbody> |
72 <tbody> |
| 73 <c:forEach var="variantInfo" items="${viewmodel.variantInfos}" > |
73 <c:forEach var="variantInfo" items="${viewmodel.variantInfos}" > |
| 74 <tr> |
74 <tr> |
| 75 <td rowspan="2" style="width: 2em;"><a href="./projects/${project.node}/variants/${variantInfo.variant.node}/edit">✎</a></td> |
75 <td rowspan="2" style="min-width: 2em;"><a class="edit-icon" href="./projects/${project.node}/variants/${variantInfo.variant.node}/edit"></a></td> |
| 76 <td rowspan="2"> |
76 <td rowspan="2"> |
| 77 <div class="navmenu-icon" style="background-color: ${variantInfo.variant.color}"></div> |
77 <div class="navmenu-icon" style="background-color: ${variantInfo.variant.color}"></div> |
| 78 <a href="./projects/${project.node}/issues/-/-/${variantInfo.variant.node}/" |
78 <a href="./projects/${project.node}/issues/-/-/${variantInfo.variant.node}/" |
| 79 <c:if test="${not variantInfo.variant.active}">style="text-decoration: line-through;"</c:if> |
79 <c:if test="${not variantInfo.variant.active}">style="text-decoration: line-through;"</c:if> |
| 80 > |
80 > |