chiya/lib/chiya_web/controllers/note_html/new.html.heex
2023-07-24 18:39:25 +02:00

17 lines
408 B
Text

<.header>
New Note
<:subtitle>Use this form to manage note records in your database.</:subtitle>
<:actions>
<.link href={~p"/admin/notes"}>
<.button><.icon name="hero-arrow-left" /> Back to Notes</.button>
</.link>
</:actions>
</.header>
<.note_form
changeset={@changeset}
action={~p"/admin/notes"}
channels={@channels}
tags={@tags}
selected_channels={@selected_channels}
/>