| 50 </thead> |
50 </thead> |
| 51 <tbody> |
51 <tbody> |
| 52 <c:forEach var="issue" items="${issues}"> |
52 <c:forEach var="issue" items="${issues}"> |
| 53 <tr> |
53 <tr> |
| 54 <td> |
54 <td> |
| 55 <a href="./projects/issues/edit?id=${issue.id}"> |
55 <span class="phase-${issue.status.phase}"> |
| 56 <c:out value="${issue.subject}" /> |
56 <a href="./projects/issues/edit?id=${issue.id}"> |
| 57 </a> |
57 <c:out value="${issue.subject}" /> |
| |
58 </a> |
| |
59 </span> |
| 58 </td> |
60 </td> |
| 59 <td> |
61 <td> |
| 60 <c:if test="${not empty issue.assignee}"> |
62 <c:if test="${not empty issue.assignee}"> |
| 61 <c:out value="${issue.assignee.shortDisplayname}" /> |
63 <c:out value="${issue.assignee.shortDisplayname}" /> |
| 62 </c:if> |
64 </c:if> |