philomena/lib/philomena_web/templates/admin/mod_note/edit.html.heex

6 lines
233 B
Text
Raw Permalink Normal View History

2024-05-04 17:09:20 -04:00
<h2>
2024-05-04 17:09:44 -04:00
Editing mod note for <%= @mod_note.notable_type %>
2024-05-04 17:09:20 -04:00
<%= @mod_note.notable_id %>
</h2>
<%= render(PhilomenaWeb.Admin.ModNoteView, "_form.html", changeset: @changeset, action: ~p"/admin/mod_notes/#{@mod_note}", conn: @conn) %>