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

changeset 412
e0119fb1b442
parent 411
568aff1e5d13
equal deleted inserted replaced
411:568aff1e5d13 412:e0119fb1b442
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})">&#x270e;</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>

mercurial