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

changeset 334
2696337baa3d
parent 329
fa7696bafe0d
child 335
1eed60b779da
--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Sat Nov 09 10:08:10 2024 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Sat Nov 09 10:54:57 2024 +0100
@@ -322,6 +322,7 @@
                         <tfoot>
                         <tr>
                             <td>
+                                <button type="reset" onclick="cancelCommentEditor(${comment.id})"><fmt:message key="button.cancel"/></button>
                                 <button type="submit"><fmt:message key="button.comment.edit"/></button>
                             </td>
                         </tr>

mercurial