chiya/lib/chiya_web/controllers/note_html/edit.html.heex
2023-03-05 17:23:16 +01:00

8 lines
249 B
Text

<.header>
Edit Note <%= @note.id %>
<:subtitle>Use this form to manage note records in your database.</:subtitle>
</.header>
<.note_form changeset={@changeset} action={~p"/notes/#{@note}"} />
<.back navigate={~p"/notes"}>Back to notes</.back>