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

changeset 425
adaf9cf8b97e
parent 412
e0119fb1b442
--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Sun May 24 14:29:27 2026 +0200
+++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Tue Jun 09 16:24:15 2026 +0200
@@ -357,7 +357,7 @@
     </table>
 </form>
 <c:forEach var="comment" items="${viewmodel.comments}">
-    <div class="comment">
+    <div class="comment" id="comment-${comment.id}">
         <div class="comment-author">
             <c:if test="${not empty comment.author}">
                 <c:if test="${not empty comment.author.mail}">

mercurial