2019-11-18 01:09:15 +01:00
|
|
|
h1 Commissions Directory
|
|
|
|
|
|
|
|
.dnp-warning
|
|
|
|
h4 Disclaimer
|
|
|
|
p
|
|
|
|
' This is only a directory meant to help connect artists offering
|
|
|
|
' commissions with potential commissioners. We don't have any way
|
|
|
|
' for users to make payments through the site, so we can't be held
|
|
|
|
' responsible for any issues regarding payment.
|
|
|
|
|
|
|
|
br
|
|
|
|
|
|
|
|
.column-layout
|
|
|
|
.column-layout__left
|
2025-02-07 01:06:59 +01:00
|
|
|
= render PhilomenaWeb.CommissionView, "_directory_sidebar.html", changeset: @changeset, conn: @conn
|
2019-11-18 01:09:15 +01:00
|
|
|
.column-layout__main
|
2025-02-07 01:06:59 +01:00
|
|
|
= render PhilomenaWeb.CommissionView, "_directory_results.html", commissions: @commissions, conn: @conn
|