mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 20:06:43 +01:00
5 lines
219 B
Text
5 lines
219 B
Text
|
<h2>
|
||
|
Edit DNP Request
|
||
|
</h2>
|
||
|
<%= render(PhilomenaWeb.DnpEntryView, "_form.html", changeset: @changeset, action: ~p"/dnp/#{@dnp_entry}?#{[tag_id: @dnp_entry.tag_id]}", conn: @conn, selectable_tags: @selectable_tags) %>
|