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

changeset 335
1eed60b779da
parent 334
2696337baa3d
equal deleted inserted replaced
334:2696337baa3d 335:1eed60b779da
141 </c:if> 141 </c:if>
142 </td> 142 </td>
143 </tr> 143 </tr>
144 <tr> 144 <tr>
145 <th><fmt:message key="issue.eta"/></th> 145 <th><fmt:message key="issue.eta"/></th>
146 <td><fmt:formatDate value="${issue.eta}" /></td> 146 <td><fmt:formatDate value="${issue.eta}" timeZone="${timezone}"/></td>
147 </tr> 147 </tr>
148 </tbody> 148 </tbody>
149 </table> 149 </table>
150 <div class="hright"> 150 <div class="hright">
151 <a href="${issuesHref}" class="button"> 151 <a href="${issuesHref}" class="button">
296 <c:if test="${empty comment.author}"> 296 <c:if test="${empty comment.author}">
297 <fmt:message key="issue.comments.anonauthor"/> 297 <fmt:message key="issue.comments.anonauthor"/>
298 </c:if> 298 </c:if>
299 </div> 299 </div>
300 <div class="smalltext"> 300 <div class="smalltext">
301 <fmt:formatDate type="BOTH" value="${comment.created}" /> 301 <fmt:formatDate type="BOTH" value="${comment.created}" timeZone="${timezone}" />
302 <c:if test="${comment.updateCount gt 0}"> 302 <c:if test="${comment.updateCount gt 0}">
303 <span class="comment-edit-info"> 303 <span class="comment-edit-info">
304 (<fmt:message key="issue.comments.lastupdate"/> <fmt:formatDate type="BOTH" value="${comment.updated}" />, ${comment.updateCount} <fmt:message key="issue.comments.updateCount"/>) 304 (<fmt:message key="issue.comments.lastupdate"/> <fmt:formatDate type="BOTH" value="${comment.updated}" timeZone="${timezone}" />, ${comment.updateCount} <fmt:message key="issue.comments.updateCount"/>)
305 </span> 305 </span>
306 </c:if> 306 </c:if>
307 </div> 307 </div>
308 <div id="comment-view-${comment.id}" class="medskip markdown-styled"> 308 <div id="comment-view-${comment.id}" class="medskip markdown-styled">
309 ${comment.commentFormatted} 309 ${comment.commentFormatted}

mercurial