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

changeset 180
009700915269
parent 165
b1fc8aed5969
child 181
502a10e24b85
--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Tue Jan 05 19:19:31 2021 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Wed Jan 06 15:39:56 2021 +0100
@@ -1,7 +1,7 @@
 <%--
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
-Copyright 2018 Mike Becker. All rights reserved.
+Copyright 2021 Mike Becker. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
@@ -139,7 +139,7 @@
         <td colspan="2">
             <%-- TODO: fix #14 --%>
             <a href="./projects/${issue.project.node}/all-components/all-versions/issues/" class="button">
-                <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/>
+                <fmt:message key="button.cancel"/>
             </a>
             <a href="./projects/${issue.project.node}/issues/${issue.id}/edit" class="button submit">
                 <fmt:message key="button.issue.edit"/>

mercurial