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

8 lines
273 B
Text

<.header>
Edit Setting <%= @setting.id %>
<: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>