chiya/lib/chiya_web/controllers/note_html/new.html.heex
2023-04-10 19:18:27 +02:00

8 lines
269 B
Text

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