1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-26 00:29:40 +02:00

Add settings button to subscription upgrade view
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

This commit is contained in:
Josh Pigford 2025-05-21 14:38:25 -05:00
parent 8070986763
commit 34b3e4ae20

View file

@ -2,7 +2,15 @@
<nav class="p-4">
<h1 class="sr-only">Upgrade</h1>
<div class="flex justify-end">
<div class="flex justify-end gap-2">
<%= render ButtonComponent.new(
text: "Settings",
icon: "settings",
icon_position: :left,
variant: "ghost",
href: settings_profile_path(return_to: request.fullpath)
) %>
<%= render ButtonComponent.new(
text: "Sign out",
icon: "log-out",