9 lines
239 B
Cheetah
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 }}
|