chiya/lib/chiya_web/controllers/setting_html/new.html.heex

9 lines
253 B
Text
Raw Normal View History

2023-03-07 23:05:25 +01:00
<.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>