30 </c:if> |
30 </c:if> |
31 <c:if test="${empty issue.assignee}"> |
31 <c:if test="${empty issue.assignee}"> |
32 <fmt:message key="placeholder.null-assignee" /> |
32 <fmt:message key="placeholder.null-assignee" /> |
33 </c:if> |
33 </c:if> |
34 </td> |
34 </td> |
35 <td class="hcenter"> |
35 <td> |
36 <div class="issue-tag ${issue.category}"> |
36 <div class="fullwidth issue-tag ${issue.category}"> |
37 <fmt:message key="issue.category.${issue.category}" /> |
37 <fmt:message key="issue.category.${issue.category}" /> |
38 </div> |
38 </div> |
39 </td> |
39 </td> |
40 <td class="hcenter"> |
40 <td> |
41 <div class="issue-tag phase-${issue.status.phase}"> |
41 <div class="fullwidth issue-tag phase-${issue.status.phase}"> |
42 <fmt:message key="issue.status.${issue.status}" /> |
42 <fmt:message key="issue.status.${issue.status}" /> |
43 </div> |
43 </div> |
44 </td> |
44 </td> |
45 <td> |
45 <td> |
46 <fmt:formatDate value="${issue.created}" type="BOTH"/> |
46 <fmt:formatDate value="${issue.created}" type="BOTH"/> |