| 366 <c:out value="${comment.author.displayname}"/> |
366 <c:out value="${comment.author.displayname}"/> |
| 367 <c:if test="${not empty comment.author.mail}"> |
367 <c:if test="${not empty comment.author.mail}"> |
| 368 </a> |
368 </a> |
| 369 </c:if> |
369 </c:if> |
| 370 <c:if test="${comment.author eq viewmodel.authenticatedUser}"> |
370 <c:if test="${comment.author eq viewmodel.authenticatedUser}"> |
| 371 <a class="comment-edit-icon" onclick="showCommentEditor(${comment.id})">✎</a> |
371 <a class="edit-icon" onclick="showCommentEditor(${comment.id})"></a> |
| 372 </c:if> |
372 </c:if> |
| 373 </c:if> |
373 </c:if> |
| 374 <c:if test="${empty comment.author}"> |
374 <c:if test="${empty comment.author}"> |
| 375 <fmt:message key="issue.comments.anonauthor"/> |
375 <fmt:message key="issue.comments.anonauthor"/> |
| 376 </c:if> |
376 </c:if> |