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

6 lines
228 B
Text
Raw Normal View History

2024-05-04 23:09:20 +02:00
<h2>
2024-05-04 23:09:44 +02:00
New mod note for <%= @conn.params["notable_type"] %>
2024-05-04 23:09:20 +02:00
<%= @conn.params["notable_id"] %>
</h2>
<%= render(PhilomenaWeb.Admin.ModNoteView, "_form.html", changeset: @changeset, action: ~p"/admin/mod_notes", conn: @conn) %>