| 128 </tr> |
128 </tr> |
| 129 <tr> |
129 <tr> |
| 130 <th><fmt:message key="issue.assignee"/></th> |
130 <th><fmt:message key="issue.assignee"/></th> |
| 131 <td> |
131 <td> |
| 132 <c:if test="${not empty issue.assignee}"> |
132 <c:if test="${not empty issue.assignee}"> |
| |
133 <c:if test="${not empty issue.assignee.mail}"> |
| |
134 <a href="mailto:<c:out value="${issue.assignee.mail}"/>"> |
| |
135 <c:out value="${issue.assignee.displayname}"/> |
| |
136 </a> |
| |
137 </c:if> |
| |
138 <c:if test="${empty issue.assignee.mail}"> |
| 133 <c:out value="${issue.assignee.displayname}"/> |
139 <c:out value="${issue.assignee.displayname}"/> |
| |
140 </c:if> |
| 134 </c:if> |
141 </c:if> |
| 135 <c:if test="${empty issue.assignee}"> |
142 <c:if test="${empty issue.assignee}"> |
| 136 <fmt:message key="placeholder.null-assignee" /> |
143 <fmt:message key="placeholder.null-assignee" /> |
| 137 </c:if> |
144 </c:if> |
| 138 </td> |
145 </td> |