BrainMinder/assets/templates/items/add_to_dashboard.tmpl
2024-08-22 10:13:16 +02:00

9 lines
239 B
Cheetah

{{define "item:add_to_dashboard"}}
<button
class="w3-button w3-edit w3-small w3-border w3-round-large"
hx-post="/item/add-to-dashboard/{{.}}"
hx-swap="outerHTML"
title="Add to dashboard">
<i class='bi bi-pin-fill' ></i>
</button>
{{ end }}