mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
* New onboarding, trials, Stripe integration * Fix tests * Lint fixes * Fix subscription endpoints
8 lines
221 B
Text
8 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
|
|
) %>
|