From e3b06d732702316e6318a70ba7ca9a4090612545 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Thu, 6 Mar 2025 23:53:57 -0900 Subject: [PATCH] mv --- web/templates/heats.templ | 27 +++++++++++++++++---------- web/templates/heats_templ.go | 28 +++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 11 deletions(-) diff --git a/web/templates/heats.templ b/web/templates/heats.templ index 02ca67b..11c45f9 100644 --- a/web/templates/heats.templ +++ b/web/templates/heats.templ @@ -78,16 +78,23 @@ templ HeatsContent(heats []models.Heat, racers []models.Racer) { -
- -
+
+ + +
} } diff --git a/web/templates/heats_templ.go b/web/templates/heats_templ.go index b56a09e..f5bbd46 100644 --- a/web/templates/heats_templ.go +++ b/web/templates/heats_templ.go @@ -219,7 +219,33 @@ func HeatsContent(heats []models.Heat, racers []models.Racer) templ.Component { return templ_7745c5c3_Err } } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 17, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 17, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }