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

changeset 386
41ce87983ab5
parent 380
a14b143330c4
equal deleted inserted replaced
385:7e3afd24ae76 386:41ce87983ab5
167 </c:if> 167 </c:if>
168 </td> 168 </td>
169 </tr> 169 </tr>
170 <tr> 170 <tr>
171 <th><fmt:message key="issue.eta"/></th> 171 <th><fmt:message key="issue.eta"/></th>
172 <td><fmt:formatDate value="${issue.eta}" timeZone="${timezone}"/></td> 172 <td>
173 <c:if test="${not empty issue.eta}">
174 <fmt:formatDate value="${issue.eta}" timeZone="${timezone}"/>
175 </c:if>
176 <c:if test="${empty issue.eta}">
177 <fmt:message key="placeholder.null-eta" />
178 </c:if>
179 </td>
173 </tr> 180 </tr>
174 </tbody> 181 </tbody>
175 </table> 182 </table>
176 <div class="hright"> 183 <div class="hright">
177 <a href="${issuesHref}" class="button"> 184 <a href="${issuesHref}" class="button">

mercurial