From 2890f7cfbe9c6bca3210a23bb2275847d38b39cc Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Mon, 17 Aug 2026 10:57:22 +0200 Subject: refactor(web): tidy climb matching controls --- web/templates.templ | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'web/templates.templ') diff --git a/web/templates.templ b/web/templates.templ index 7d606bd..795af43 100644 --- a/web/templates.templ +++ b/web/templates.templ @@ -125,9 +125,9 @@ templ RideDetailContent(data RideDetailView) {
for _, climb := range data.Profile.UnmatchedClimbs() { -
+
- Climb { formatClimbNumber(climb.Index) }{ climb.Name } + Climb { formatClimbNumber(climb.Index) }{ climb.Name } { formatProfileDistance(climb.StartKm) }–{ formatProfileDistance(climb.EndKm) }

{ climb.Category } · { formatProfileDistance(climb.DistanceKm) } at { formatSlope(climb.SlopePercent) } · Cotacol { formatCotacol(climb.Cotacol) }

@@ -135,11 +135,11 @@ templ RideDetailContent(data RideDetailView) {
- -
-
Start
{ formatProfileDistance(climb.StartKm) }
-
End
{ formatProfileDistance(climb.EndKm) }
-
+ +
+
Start{ formatProfileDistance(climb.StartKm) }
+
End{ formatProfileDistance(climb.EndKm) }
+
Preview the corrected climb boundaries.
-- cgit v1.2.3