diff --git a/internal/view/booking_by_id.templ b/internal/view/booking_by_id.templ index d0a2366..225a55a 100644 --- a/internal/view/booking_by_id.templ +++ b/internal/view/booking_by_id.templ @@ -9,8 +9,8 @@ templ BookingById(booking *BookingViewModel) { @layout.BaseLayout() {
-

{ booking.Name }

- { booking.Id } +

{ booking.Name }

+

{ booking.Id }

Create PDF diff --git a/internal/view/booking_by_id_templ.go b/internal/view/booking_by_id_templ.go index 237864f..8970c4f 100644 --- a/internal/view/booking_by_id_templ.go +++ b/internal/view/booking_by_id_templ.go @@ -46,7 +46,7 @@ func BookingById(booking *BookingViewModel) templ.Component { }() } ctx = templ.InitializeContext(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -59,20 +59,20 @@ func BookingById(booking *BookingViewModel) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } var templ_7745c5c3_Var4 string templ_7745c5c3_Var4, templ_7745c5c3_Err = templ.JoinStringErrs(booking.Id) if templ_7745c5c3_Err != nil { - return templ.Error{Err: templ_7745c5c3_Err, FileName: `internal/view/booking_by_id.templ`, Line: 13, Col: 59} + return templ.Error{Err: templ_7745c5c3_Err, FileName: `internal/view/booking_by_id.templ`, Line: 13, Col: 47} } _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var4)) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

-

Bookings

+

Bookings

Overview of the activity

ID Name - Total (€) + Total (€) From To Platform diff --git a/internal/view/bookings_list_templ.go b/internal/view/bookings_list_templ.go index a050583..0d4d397 100644 --- a/internal/view/bookings_list_templ.go +++ b/internal/view/bookings_list_templ.go @@ -43,7 +43,7 @@ func ListBookings(bookings []*ListBookingsViewModel) templ.Component { }() } ctx = templ.InitializeContext(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

Bookings

Overview of the activity

") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

Bookings

Overview of the activity

IDNameTotal (€)FromToPlatform
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/internal/view/reports.templ b/internal/view/reports.templ index f76a02d..3cebfc3 100644 --- a/internal/view/reports.templ +++ b/internal/view/reports.templ @@ -8,9 +8,9 @@ import ( templ Reports(months []string, m int, year string) { @layout.BaseLayout() {
-
-

Reports

-

Generate monthly and yearly statements

+
+

Reports

+

Generate monthly and yearly statements

diff --git a/internal/view/reports_templ.go b/internal/view/reports_templ.go index 53eb179..92a6dc3 100644 --- a/internal/view/reports_templ.go +++ b/internal/view/reports_templ.go @@ -46,7 +46,7 @@ func Reports(months []string, m int, year string) templ.Component { }() } ctx = templ.InitializeContext(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

Reports

Generate monthly and yearly statements

Period
Period
IDNameTotal (€)FromToPlatform