mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
- if can? :admin, EnterpriseFee
|
|
= render 'sidebar_enterprise_fees', f: f
|
|
- if can? :admin, Spree::PaymentMethod
|
|
= render 'sidebar_payment_methods', f: f
|
|
- if can? :admin, Spree::ShippingMethod
|
|
= render 'sidebar_shipping_methods', f: f
|