Timer token show & reset
This commit is contained in:
@ -13,6 +13,7 @@ templ timer(t model.Timer) {
|
||||
href="javascript:void(0);"
|
||||
hx-delete={ fmt.Sprint("/timer/", t.Id) }
|
||||
hx-target="closest .timer-row"
|
||||
hx-confirm={ fmt.Sprint("Are you sure you want to delete timer \"", t.Name , "\"?") }
|
||||
>Delete</a>
|
||||
</p>
|
||||
}
|
||||
|
Reference in New Issue
Block a user