mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 22:45:20 +02:00
* feat: Allow admins to delete family data * feat: Allow self-hosting users to delete cached data * Remove system tests
17 lines
538 B
Text
17 lines
538 B
Text
<%= content_for :page_title, t(".title") %>
|
|
|
|
<%= 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_section title: t(".danger_zone") do %>
|
|
<%= render "settings/hostings/danger_zone_settings" %>
|
|
<% end %>
|