From db00bfb79ae468a46e604140713a41c6d29d4635 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 16 Apr 2024 23:45:34 +0200 Subject: idk random shit --- view/timer.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/timer.templ b/view/timer.templ index 45194c5..09b1345 100644 --- a/view/timer.templ +++ b/view/timer.templ @@ -38,7 +38,6 @@ templ timeButton(id model.UUID, value int, unit string) { templ TimerInfo(timer model.Timer) {

Timer "{ timer.Name }"

-

Back to list

Start time: { timer.StartTime.AsUTCString() }

End time: { timer.EndTime.AsUTCString() }

@@ -57,6 +56,7 @@ templ TimerInfo(timer model.Timer) { } templ TimerView(timer model.Timer) { +

Back to list

@TimerInfo(timer)
-- cgit