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

7 lines
235 B
Text
Raw Normal View History

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