comfycamp/lib/comfycamp_web/controllers/notes_editor_html/new.html.heex

4 lines
116 B
Text

<div>
<h2>Новая заметка</h2>
<.note_form changeset={@changeset} action={~p"/admin/notes"} />
</div>