From 49f7be2a35539bae2d43594c9b39268eec7837d0 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 10 Apr 2024 00:14:11 +0200 Subject: Time ! --- view/timer.templ | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'view/timer.templ') diff --git a/view/timer.templ b/view/timer.templ index 18f0a7b..fa258eb 100644 --- a/view/timer.templ +++ b/view/timer.templ @@ -5,6 +5,8 @@ import ( ) templ TimerView(timer model.Timer) { -

This is timer { timer.Name }

- Back to list +

This is timer { timer.Name }

+

Back to list

+

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

+

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

} -- cgit