3 lines
177 B
Cheetah
3 lines
177 B
Cheetah
{{define "item:add_to_dashboard"}}
|
|
<button hx-post="/item/add-to-dashboard/{{.}}" hx-swap="outerHTML" title="Add to dashboard"><i class='bi bi-pin-fill' ></i></button>
|
|
{{ end }} |