2024-08-22 10:13:16 +02:00
|
|
|
{{define "item:remove_from_dashboard"}}
|
2024-12-06 10:37:46 +01:00
|
|
|
<button hx-post="/item/remove-from-dashboard/{{.}}" hx-swap="outerHTML" title="Remove from dashboard"><i class='bi bi-pin' ></i></button>
|
2024-08-22 10:13:16 +02:00
|
|
|
{{ end }}
|