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