philomena/lib/philomena_web/templates/profile/commission/show.html.slime
2019-12-04 11:35:06 -05:00

18 lines
No EOL
610 B
Text

h1
= @commission.user.name
| 's Commisisons
.column-layout
/ Side column
.column-layout__left
= render PhilomenaWeb.Profile.CommissionView, "_listing_sidebar.html", commission: @commission, user: @user, rendered: @rendered, conn: @conn
/ Main column
.column-layout__main
/ Commission sheet block
= render PhilomenaWeb.Profile.CommissionView, "_listing_sheet.html", commission: @commission, user: @user, conn: @conn
/ Types and prices block
= render PhilomenaWeb.Profile.CommissionView, "_listing_items.html", commission: @commission, user: @user, items: @items, conn: @conn