mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Fix link from calender day to page with orders on this day
This commit is contained in:
parent
e83b6380be
commit
53c40fec2f
|
@ -31,7 +31,7 @@
|
|||
class="header"
|
||||
>
|
||||
<a
|
||||
href="orders.html" th:href="@{'/orders/' + ${day.get(1)}}"
|
||||
href="orders.html" th:href="@{'/allOrders/' + ${day.get(1)}}"
|
||||
th:text="${day.get(0)}"
|
||||
class="description"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue