Files
ubicloud/views/components/cancel_inline_button.erb
Burak Yucesoy e1dd379799 Add cancel inline edit button component
This commit adds a button that allows users to cancel the inline edit operation
they started.
2025-05-28 04:44:29 +03:00

10 lines
197 B
Plaintext

<%# locals: (text: "Cancel", extra_class: nil) %>
<%== part(
"components/button",
text: text,
icon: "hero-x-circle",
extra_class: "cancel-inline-btn #{extra_class}",
type: "danger"
) %>