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

changeset 108
6657dad897ea
parent 103
3d0d030dffa7
child 113
eba08a3a7eb2
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Sat Aug 29 17:32:59 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Thu Oct 08 18:28:16 2020 +0200
     1.3 @@ -39,6 +39,10 @@
     1.4          </colgroup>
     1.5          <tbody>
     1.6          <tr>
     1.7 +            <th><fmt:message key="issue.id"/></th>
     1.8 +            <td>${issue.id}</td>
     1.9 +        </tr>
    1.10 +        <tr>
    1.11              <th><fmt:message key="issue.project"/></th>
    1.12              <td>
    1.13                  <c:choose>

mercurial