2025-02-21 11:57:59 -05:00
|
|
|
<%= 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>
|
2024-04-18 07:56:51 -04:00
|
|
|
<% end %>
|
2024-08-27 17:10:31 -04:00
|
|
|
|
2025-02-21 11:57:59 -05:00
|
|
|
<%= settings_section title: t(".invites") do %>
|
|
|
|
<%= render "settings/hostings/invite_code_settings" %>
|
|
|
|
<% end %>
|
2025-02-28 13:49:12 +01:00
|
|
|
|
|
|
|
<%= settings_section title: t(".danger_zone") do %>
|
|
|
|
<%= render "settings/hostings/danger_zone_settings" %>
|
|
|
|
<% end %>
|