docs: remove release time

This commit is contained in:
raoulvdberge
2023-12-24 10:25:00 +01:00
parent 26995767e9
commit 993602ec5c

View File

@@ -19,7 +19,7 @@
<span> <span>
<i class="bi bi-calendar"></i> <i class="bi bi-calendar"></i>
<span <span
th:text="${#dates.format(currentRelease.release.createdAt, 'dd-MM-yyyy HH:mm')}" th:text="${#dates.format(currentRelease.release.createdAt, 'dd-MM-yyyy')}"
th:remove="tag"></span> th:remove="tag"></span>
</span> </span>
<span> <span>
@@ -85,7 +85,7 @@
<span> <span>
<i class="bi bi-calendar"></i> <i class="bi bi-calendar"></i>
<span <span
th:text="${#dates.format(otherRelease.release.createdAt, 'dd-MM-yyyy HH:mm')}" th:text="${#dates.format(otherRelease.release.createdAt, 'dd-MM-yyyy')}"
th:remove="tag"></span> th:remove="tag"></span>
</span> </span>
<span> <span>