mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-04 08:37:59 +01:00
7 lines
235 B
Text
7 lines
235 B
Text
|
<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) %>
|