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} |