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

changeset 251
7ea0f266da41
parent 220
1f7e76a213dd
child 292
703591e739f4
--- a/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Sat Jun 04 18:35:45 2022 +0200
+++ b/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Sat Jun 04 18:47:06 2022 +0200
@@ -8,11 +8,13 @@
         <col style="width: auto" />
         <col style="width: 10%" />
         <col style="width: 10%" />
+        <col style="width: 10%" />
     </colgroup>
     <thead>
         <tr>
             <th><fmt:message key="issue.subject"/></th>
             <th><fmt:message key="issue.eta"/></th>
+            <th><fmt:message key="issue.updated"/></th>
             <th><fmt:message key="issue.assignee"/></th>
         </tr>
     </thead>
@@ -39,6 +41,11 @@
                 </span>
             </td>
             <td>
+                <span class="nowrap">
+                    <fmt:formatDate value="${issue.updated}" />
+                </span>
+            </td>
+            <td>
                 <c:if test="${not empty issue.assignee}">
                     <c:if test="${not empty issue.assignee.mail}">
                         <a href="mailto:${issue.assignee.mail}" title="<c:out value="${issue.assignee.displayname}"/>"><c:out value="${issue.assignee.username}"/></a>

mercurial