- @ui.IconButton(ui.IconButtonProps{
- Label: "Delete tablo",
- Icon: "trash",
- Variant: ui.IconButtonVariantDanger,
- Tone: ui.IconButtonToneGhost,
- Type: "button",
- Attrs: templ.Attributes{
- "hx-get": "/tablos/" + card.Tablo.ID.String() + "/delete-confirm",
- "hx-target": "closest .tablo-delete-zone",
- "hx-swap": "outerHTML",
- },
- })
+
+
+
+
+
+ @ui.IconButton(ui.IconButtonProps{
+ Label: "Delete tablo",
+ Icon: "trash",
+ Variant: ui.IconButtonVariantDanger,
+ Tone: ui.IconButtonToneGhost,
+ Type: "button",
+ Attrs: templ.Attributes{
+ "hx-get": "/tablos/" + card.Tablo.ID.String() + "/delete-confirm",
+ "hx-target": "closest .tablo-delete-zone",
+ "hx-swap": "outerHTML",
+ },
+ })
+