still buggy on rejecting people and loading old bookings

This commit is contained in:
Jottyfan
2024-10-23 22:42:15 +02:00
parent ae9e2018a8
commit b5403ae20c
26 changed files with 198 additions and 155 deletions

View File

@@ -36,8 +36,8 @@
<td th:text="${#temporals.format(booker.bookingDate, 'dd.MM.yyyy')}"></td>
</tr>
<tr>
<th>Bestätigt</th>
<td th:text="${booker.accept == null ? '' : (booker.accept ? 'Ja' : 'abgelehnt')}"></td>
<th>Status</th>
<td th:text="${booker.progress}"></td>
</tr>
<tr>
<th>Freizeitpreis</th>