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

changeset 347
d1edd8d9c8a1
parent 342
50d94c216c3f
equal deleted inserted replaced
346:860bbccf33e7 347:d1edd8d9c8a1
65 </td> 65 </td>
66 </tr> 66 </tr>
67 <tr> 67 <tr>
68 <th><fmt:message key="project"/></th> 68 <th><fmt:message key="project"/></th>
69 <td> 69 <td>
70 <a href="./projects/${issue.project.node}/issues/-/-/"> 70 <a href="./projects/${issue.project.node}/issues/-/-/-/">
71 <c:out value="${issue.project.name}" /> 71 <c:out value="${issue.project.name}" />
72 </a> 72 </a>
73 </td> 73 </td>
74 <th><fmt:message key="component"/></th> 74 <th><fmt:message key="component"/></th>
75 <td> 75 <td>
76 <c:if test="${not empty issue.component}"> 76 <c:if test="${not empty issue.component}">
77 <a href="./projects/${issue.project.node}/issues/-/${issue.component.node}/"> 77 <a href="./projects/${issue.project.node}/issues/-/${issue.component.node}/-/">
78 <c:out value="${issue.component.name}"/> 78 <c:out value="${issue.component.name}"/>
79 </a> 79 </a>
80 </c:if> 80 </c:if>
81 <c:if test="${empty issue.component}"> 81 <c:if test="${empty issue.component}">
82 <fmt:message key="placeholder.null-component"/> 82 <fmt:message key="placeholder.null-component"/>

mercurial