chiya/lib/chiya_web/controllers/note_html/new.html.heex

15 lines
318 B
Text
Raw Normal View History

2023-03-05 17:23:16 +01:00
<.header>
New Note
<:subtitle>Use this form to manage note records in your database.</:subtitle>
</.header>
2023-07-05 06:49:37 +02:00
<.note_form
changeset={@changeset}
action={~p"/admin/notes"}
channels={@channels}
tags={@tags}
selected_channels={@selected_channels}
/>
2023-03-05 17:23:16 +01:00
<.back navigate={~p"/admin/notes"}>Back to notes</.back>