11 lines
251 B
Cheetah
11 lines
251 B
Cheetah
|
{{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 }}
|