mirror of
https://github.com/we-promise/sure.git
synced 2026-04-22 21:44:11 +00:00
18 lines
548 B
Plaintext
18 lines
548 B
Plaintext
<%= content_for :page_title, t(".title") %>
|
|
|
|
<%= settings_section title: t(".general") do %>
|
|
<div class="space-y-6">
|
|
<%= render "settings/hostings/openai_settings" %>
|
|
<%= render "settings/hostings/brand_fetch_settings" %>
|
|
<%= render "settings/hostings/twelve_data_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 %>
|