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

4 lines
154 B
Text

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