mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
6 lines
286 B
Text
6 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)
|