BrainMinder/assets/templates/items/add_to_dashboard.tmpl

3 lines
177 B
Cheetah
Raw Normal View History

2024-08-22 10:13:16 +02:00
{{define "item:add_to_dashboard"}}
2024-12-06 10:37:46 +01:00
<button hx-post="/item/add-to-dashboard/{{.}}" hx-swap="outerHTML" title="Add to dashboard"><i class='bi bi-pin-fill' ></i></button>
2024-08-22 10:13:16 +02:00
{{ end }}