mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-04 08:37:59 +01:00
7 lines
269 B
Text
7 lines
269 B
Text
<h1>
|
|
New 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") %>
|