summaryrefslogtreecommitdiff
path: root/view/timers_list.templ
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-10 00:14:11 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-10 00:14:11 +0200
commit49f7be2a35539bae2d43594c9b39268eec7837d0 (patch)
tree69b43e7ce19522b26e57bb1e82a51e9a03ee7523 /view/timers_list.templ
parentc60dd3357fc84e14795f5f864e9fa9ce7150179f (diff)
Time !
Diffstat (limited to 'view/timers_list.templ')
-rw-r--r--view/timers_list.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/timers_list.templ b/view/timers_list.templ
index 7367c50..e1731d4 100644
--- a/view/timers_list.templ
+++ b/view/timers_list.templ
@@ -6,7 +6,7 @@ import (
)
templ timer(t model.Timer) {
- <p><a href={ templ.URL(fmt.Sprintf("/timer/%s", t.Id)) }>{ t.Name }</a></p>
+ <p><a href={ templ.URL(fmt.Sprint("/timer/", t.Id)) }>{ t.Name }</a></p>
}
templ TimersList(timers []model.Timer) {