src/main/webapp/WEB-INF/jsp/issue-view.jsp

changeset 181
502a10e24b85
parent 180
009700915269
child 184
e8eecee6aadf
equal deleted inserted replaced
180:009700915269 181:502a10e24b85
42 <th><fmt:message key="issue.id"/></th> 42 <th><fmt:message key="issue.id"/></th>
43 <td>${issue.id}</td> 43 <td>${issue.id}</td>
44 </tr> 44 </tr>
45 </c:if> 45 </c:if>
46 <tr> 46 <tr>
47 <th><fmt:message key="issue.project"/></th> 47 <th><fmt:message key="project"/></th>
48 <td> 48 <td>
49 <c:out value="${issue.project.name}" /> 49 <c:out value="${issue.project.name}" />
50 </td> 50 </td>
51 </tr> 51 </tr>
52 <tr> 52 <tr>
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}">

mercurial