| 36 <colgroup> |
36 <colgroup> |
| 37 <col> |
37 <col> |
| 38 <col style="width: 75ch"> |
38 <col style="width: 75ch"> |
| 39 </colgroup> |
39 </colgroup> |
| 40 <tbody> |
40 <tbody> |
| |
41 <c:if test="${viewmodel.issue.id ge 0}"> |
| 41 <tr> |
42 <tr> |
| 42 <th><fmt:message key="issue.id"/></th> |
43 <th><fmt:message key="issue.id"/></th> |
| 43 <td>${issue.id}</td> |
44 <td>${issue.id}</td> |
| 44 </tr> |
45 </tr> |
| |
46 </c:if> |
| 45 <tr> |
47 <tr> |
| 46 <th><fmt:message key="issue.project"/></th> |
48 <th><fmt:message key="issue.project"/></th> |
| 47 <td> |
49 <td> |
| 48 <c:choose> |
50 <c:choose> |
| 49 <c:when test="${not empty issue.project}"> |
51 <c:when test="${not empty issue.project}"> |