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

changeset 412
e0119fb1b442
parent 411
568aff1e5d13
--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Thu Feb 19 17:48:07 2026 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Fri Feb 20 15:27:09 2026 +0100
@@ -368,7 +368,7 @@
                     </a>
                 </c:if>
                 <c:if test="${comment.author eq viewmodel.authenticatedUser}">
-                    <a class="comment-edit-icon" onclick="showCommentEditor(${comment.id})">&#x270e;</a>
+                    <a class="edit-icon" onclick="showCommentEditor(${comment.id})"></a>
                 </c:if>
             </c:if>
             <c:if test="${empty comment.author}">

mercurial