chiya/lib/chiya_web/controllers/setting_html/new.html.heex
2023-03-07 23:05:33 +01:00

8 lines
253 B
Text

<.header>
New Setting
<:subtitle>Use this form to manage setting records in your database.</:subtitle>
</.header>
<.setting_form changeset={@changeset} action={~p"/admin/settings"} />
<.back navigate={~p"/admin/settings"}>Back to settings</.back>