src/main/webapp/WEB-INF/jspf/issue-list.jspf

changeset 251
7ea0f266da41
parent 220
1f7e76a213dd
child 292
703591e739f4
     1.1 --- a/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Sat Jun 04 18:35:45 2022 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Sat Jun 04 18:47:06 2022 +0200
     1.3 @@ -8,11 +8,13 @@
     1.4          <col style="width: auto" />
     1.5          <col style="width: 10%" />
     1.6          <col style="width: 10%" />
     1.7 +        <col style="width: 10%" />
     1.8      </colgroup>
     1.9      <thead>
    1.10          <tr>
    1.11              <th><fmt:message key="issue.subject"/></th>
    1.12              <th><fmt:message key="issue.eta"/></th>
    1.13 +            <th><fmt:message key="issue.updated"/></th>
    1.14              <th><fmt:message key="issue.assignee"/></th>
    1.15          </tr>
    1.16      </thead>
    1.17 @@ -39,6 +41,11 @@
    1.18                  </span>
    1.19              </td>
    1.20              <td>
    1.21 +                <span class="nowrap">
    1.22 +                    <fmt:formatDate value="${issue.updated}" />
    1.23 +                </span>
    1.24 +            </td>
    1.25 +            <td>
    1.26                  <c:if test="${not empty issue.assignee}">
    1.27                      <c:if test="${not empty issue.assignee.mail}">
    1.28                          <a href="mailto:${issue.assignee.mail}" title="<c:out value="${issue.assignee.displayname}"/>"><c:out value="${issue.assignee.username}"/></a>

mercurial