2019-12-04 15:28:17 +01:00
|
|
|
h1
|
|
|
|
= @commission.user.name
|
2019-12-04 18:14:41 +01:00
|
|
|
| 's Commissions
|
2019-12-04 15:28:17 +01:00
|
|
|
|
|
|
|
.column-layout
|
|
|
|
|
|
|
|
/ Side column
|
|
|
|
.column-layout__left
|
2019-12-04 17:35:06 +01:00
|
|
|
= render PhilomenaWeb.Profile.CommissionView, "_listing_sidebar.html", commission: @commission, user: @user, rendered: @rendered, conn: @conn
|
2019-12-04 15:28:17 +01:00
|
|
|
|
|
|
|
/ Main column
|
|
|
|
.column-layout__main
|
|
|
|
|
|
|
|
/ Commission sheet block
|
2019-12-04 17:35:06 +01:00
|
|
|
= render PhilomenaWeb.Profile.CommissionView, "_listing_sheet.html", commission: @commission, user: @user, conn: @conn
|
2019-12-04 15:28:17 +01:00
|
|
|
|
|
|
|
/ Types and prices block
|
2019-12-04 17:35:06 +01:00
|
|
|
= render PhilomenaWeb.Profile.CommissionView, "_listing_items.html", commission: @commission, user: @user, items: @items, conn: @conn
|