2024-04-18 07:56:51 -04:00
|
|
|
<% content_for :sidebar do %>
|
|
|
|
<%= render "settings/nav" %>
|
|
|
|
<% end %>
|
2024-08-27 17:10:31 -04:00
|
|
|
|
2024-09-11 19:04:39 +02:00
|
|
|
<div class="space-y-4 pb-32">
|
2024-10-02 12:07:56 -04:00
|
|
|
<h1 class="text-gray-900 text-xl font-medium mb-4"><%= t(".title") %></h1>
|
2024-06-13 16:19:05 -04:00
|
|
|
|
2024-10-02 12:07:56 -04:00
|
|
|
<%= 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-13 09:28:45 -04:00
|
|
|
<% end %>
|
2024-06-13 16:19:05 -04:00
|
|
|
|
2024-10-02 12:07:56 -04:00
|
|
|
<%= settings_section title: t(".invites") do %>
|
|
|
|
<%= render "settings/hostings/invite_code_settings" %>
|
2024-09-11 19:04:39 +02:00
|
|
|
<% end %>
|
|
|
|
|
2024-08-27 17:10:31 -04:00
|
|
|
<%= settings_nav_footer %>
|
2024-04-13 09:28:45 -04:00
|
|
|
</div>
|