mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
9 lines
221 B
Text
9 lines
221 B
Text
|
<%= render ButtonComponent.new(
|
||
|
text: "Sign out",
|
||
|
icon: "log-out",
|
||
|
icon_position: :right,
|
||
|
variant: "ghost",
|
||
|
href: session_path(Current.session),
|
||
|
method: :delete
|
||
|
) %>
|