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

9 lines
294 B
Text
Raw Normal View History

2023-03-07 23:05:25 +01:00
<.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"} channels={@channels} />
2023-03-07 23:05:25 +01:00
<.back navigate={~p"/admin/settings"}>Back to settings</.back>