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

5 lines
154 B
Plaintext

<div>
<h2>Редактировать заметку</h2>
<.note_form changeset={@changeset} action={~p"/admin/notes/#{@changeset.data.id}"} />
</div>