--- 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>