mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-03 16:17:59 +01:00
6 lines
230 B
Text
6 lines
230 B
Text
<h2>
|
|
New mod note for
|
|
<%= @conn.params["notable_type"] %>
|
|
<%= @conn.params["notable_id"] %>
|
|
</h2>
|
|
<%= render(PhilomenaWeb.Admin.ModNoteView, "_form.html", changeset: @changeset, action: ~p"/admin/mod_notes", conn: @conn) %>
|