nulla/lib/nulla_web/components/templates/note/new.html.heex

8 lines
223 B
Text

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