mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
21 lines
610 B
Text
21 lines
610 B
Text
<% content_for :sidebar do %>
|
|
<%= render "settings/nav" %>
|
|
<% end %>
|
|
|
|
<div class="space-y-4 pb-32">
|
|
<h1 class="text-gray-900 text-xl font-medium mb-4"><%= t(".title") %></h1>
|
|
|
|
<%= settings_section title: t(".general") do %>
|
|
<div class="space-y-6">
|
|
<%= render "settings/hostings/upgrade_settings" %>
|
|
<%= render "settings/hostings/provider_settings" %>
|
|
<%= render "settings/hostings/synth_settings" %>
|
|
</div>
|
|
<% end %>
|
|
|
|
<%= settings_section title: t(".invites") do %>
|
|
<%= render "settings/hostings/invite_code_settings" %>
|
|
<% end %>
|
|
|
|
<%= settings_nav_footer %>
|
|
</div>
|