| 62 <c:set var="dateValue" value="${issue.updated}"/> |
62 <c:set var="dateValue" value="${issue.updated}"/> |
| 63 <%@include file="../jspf/date-with-tooltip.jspf"%> |
63 <%@include file="../jspf/date-with-tooltip.jspf"%> |
| 64 </td> |
64 </td> |
| 65 </tr> |
65 </tr> |
| 66 <tr> |
66 <tr> |
| 67 <th><fmt:message key="issue.component"/></th> |
67 <th><fmt:message key="component"/></th> |
| 68 <td> |
68 <td> |
| 69 <c:if test="${not empty issue.component}"> |
69 <c:if test="${not empty issue.component}"> |
| 70 <c:out value="${issue.component.name}"/> |
70 <c:out value="${issue.component.name}"/> |
| 71 </c:if> |
71 </c:if> |
| 72 <c:if test="${empty issue.component}"> |
72 <c:if test="${empty issue.component}"> |