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

18 lines
408 B
Text
Raw Permalink 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>
<:actions>
<.link href={~p"/admin/notes"}>
<.button><.icon name="hero-arrow-left" /> Back to Notes</.button>
</.link>
</:actions>
2023-03-05 17:23:16 +01:00
</.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-07-24 18:39:25 +02:00
/>