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

3 lines
187 B
Cheetah

{{define "item:remove_from_dashboard"}}
<button hx-post="/item/remove-from-dashboard/{{.}}" hx-swap="outerHTML" title="Remove from dashboard"><i class='bi bi-pin' ></i></button>
{{ end }}