chiya/lib/chiya_web/controllers/note_html/edit.html.heex
2023-04-10 19:22:28 +02:00

13 lines
303 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"/admin/notes/#{@note}"}
channels={@channels}
tags={@tags}
/>
<.back navigate={~p"/admin/notes"}>Back to notes</.back>