philomena/lib/philomena_web/templates/profile/commission/item/new.html.slime

6 lines
241 B
Text
Raw Normal View History

2019-12-04 18:14:41 +01:00
h1 New Item on Listing
p
= link "Back to listing", to: ~p"/profiles/#{@user}/commission"
2019-12-04 18:14:41 +01:00
= render PhilomenaWeb.Profile.Commission.ItemView, "_form.html", conn: @conn, changeset: @changeset, action: ~p"/profiles/#{@user}/commission/items"