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

5 lines
154 B
Plaintext
Raw Normal View History

2024-07-29 16:19:47 +05:00
<div>
<h2>Редактировать заметку</h2>
<.note_form changeset={@changeset} action={~p"/admin/notes/#{@changeset.data.id}"} />
</div>