BrainMinder/assets/templates/items/remove_from_dashboard.tmpl

11 lines
251 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "item:remove_from_dashboard"}}
<button
class="w3-button w3-edit w3-small w3-border w3-round-large"
hx-post="/item/remove-from-dashboard/{{.}}"
hx-swap="outerHTML"
title="Remove from dashboard">
<i class='bi bi-pin' ></i>
</button>
{{ end }}