mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
* feat: Allow admins to delete family data * feat: Allow self-hosting users to delete cached data * Remove system tests
18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
<%= 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 %>
|