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

changeset 180
009700915269
parent 165
b1fc8aed5969
child 181
502a10e24b85
equal deleted inserted replaced
179:623c340058f3 180:009700915269
1 <%-- 1 <%--
2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 3
4 Copyright 2018 Mike Becker. All rights reserved. 4 Copyright 2021 Mike Becker. All rights reserved.
5 5
6 Redistribution and use in source and binary forms, with or without 6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met: 7 modification, are permitted provided that the following conditions are met:
8 8
9 1. Redistributions of source code must retain the above copyright 9 1. Redistributions of source code must retain the above copyright
137 <tfoot> 137 <tfoot>
138 <tr> 138 <tr>
139 <td colspan="2"> 139 <td colspan="2">
140 <%-- TODO: fix #14 --%> 140 <%-- TODO: fix #14 --%>
141 <a href="./projects/${issue.project.node}/all-components/all-versions/issues/" class="button"> 141 <a href="./projects/${issue.project.node}/all-components/all-versions/issues/" class="button">
142 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/> 142 <fmt:message key="button.cancel"/>
143 </a> 143 </a>
144 <a href="./projects/${issue.project.node}/issues/${issue.id}/edit" class="button submit"> 144 <a href="./projects/${issue.project.node}/issues/${issue.id}/edit" class="button submit">
145 <fmt:message key="button.issue.edit"/> 145 <fmt:message key="button.issue.edit"/>
146 </a> 146 </a>
147 </td> 147 </td>

mercurial