comfycamp/lib/comfycamp_web/controllers/notes_editor_html/new.html.heex
2024-07-29 18:07:44 +05:00

5 lines
116 B
Plaintext

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