@@ -24,6 +24,13 @@ templ TimePage(workDays []models.WorkDay) {
|
||||
@inputForm()
|
||||
for _, bookingGroup := range workDays {
|
||||
@dayComponent(bookingGroup)
|
||||
// if (bookingGroup.Day.Weekday() == 4) {
|
||||
// <div class="col-span-5">
|
||||
// <hr/>
|
||||
// <p>Wochenende</p>
|
||||
// <hr/>
|
||||
// </div>
|
||||
// }
|
||||
}
|
||||
</div>
|
||||
@LegendComponent()
|
||||
|
||||
Reference in New Issue
Block a user