mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
5 lines
286 B
Text
5 lines
286 B
Text
h1 Edit Item on Listing
|
|
p
|
|
= link "Back to listing", to: Routes.profile_commission_path(@conn, :show, @user)
|
|
|
|
= render PhilomenaWeb.Profile.Commission.ItemView, "_form.html", conn: @conn, changeset: @changeset, action: Routes.profile_commission_item_path(@conn, :update, @user, @item)
|