Time !
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user