mirror of
https://github.com/we-promise/sure.git
synced 2026-04-11 00:04:47 +00:00
22 lines
610 B
Plaintext
22 lines
610 B
Plaintext
<% 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>
|