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

changeset 361
749d71470b0f
parent 360
f60ecdc0431f
child 362
576bd8ac4d96
--- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Tue Mar 11 13:59:06 2025 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp	Tue Mar 11 14:01:48 2025 +0100
@@ -201,9 +201,9 @@
         <tbody>
         <c:forEach var="commitLink" items="${viewmodel.commitLinks}">
         <tr>
-            <td>
+            <td class="nowrap">
                 <c:if test="${not empty commitLink.timestamp}">
-                <fmt:formatDate value="${commitLink.timestamp}" timeZone="${timezone}" type="both"/>
+                <fmt:formatDate value="${commitLink.timestamp}" timeZone="${timezone}" pattern="yyyy-MM-dd HH:mm:ss"/>
                 </c:if>
             </td>
             <td><a href="${commitLink.url}" target="_blank">${commitLink.hash}</a></td>

mercurial