BrainMinder/assets/templates/items/add_to_dashboard.tmpl
2024-12-06 10:37:46 +01:00

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 }}