mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
5 lines
278 B
Text
5 lines
278 B
Text
h1 New 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, :create, @user)
|