mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-04 16:48:00 +01:00
8 lines
279 B
Text
8 lines
279 B
Text
|
<h1>
|
||
|
Edit Item on Listing
|
||
|
</h1>
|
||
|
<p>
|
||
|
<%= link("Back to listing", to: ~p"/profiles/#{@user}/commission") %>
|
||
|
</p>
|
||
|
<%= render(PhilomenaWeb.Profile.Commission.ItemView, "_form.html", conn: @conn, changeset: @changeset, action: ~p"/profiles/#{@user}/commission/items/#{@item}") %>
|