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 <c:out value="${issue.project.name}" /> |
70 <a href="./projects/${issue.project.node}/issues/-/-/"> |
|
71 <c:out value="${issue.project.name}" /> |
|
72 </a> |
71 </td> |
73 </td> |
72 <th><fmt:message key="component"/></th> |
74 <th><fmt:message key="component"/></th> |
73 <td> |
75 <td> |
74 <c:if test="${not empty issue.component}"> |
76 <c:if test="${not empty issue.component}"> |
75 <c:out value="${issue.component.name}"/> |
77 <a href="./projects/${issue.project.node}/issues/-/${issue.component.node}/"> |
|
78 <c:out value="${issue.component.name}"/> |
|
79 </a> |
76 </c:if> |
80 </c:if> |
77 <c:if test="${empty issue.component}"> |
81 <c:if test="${empty issue.component}"> |
78 <fmt:message key="placeholder.null-component"/> |
82 <fmt:message key="placeholder.null-component"/> |
79 </c:if> |
83 </c:if> |
80 </td> |
84 </td> |