Fix link from calender day to page with orders on this day

This commit is contained in:
Theo Reichert 2023-11-22 13:39:45 +01:00 committed by Simon Bruder
parent e83b6380be
commit 53c40fec2f
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -31,7 +31,7 @@
class="header" class="header"
> >
<a <a
href="orders.html" th:href="@{'/orders/' + ${day.get(1)}}" href="orders.html" th:href="@{'/allOrders/' + ${day.get(1)}}"
th:text="${day.get(0)}" th:text="${day.get(0)}"
class="description" class="description"
> >