mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
24 lines
402 B
Plaintext
24 lines
402 B
Plaintext
%h1{ :style => 'margin-bottom: 30px'} Dashboard
|
|
|
|
- if @enterprises.unconfirmed.any?
|
|
|
|
= render partial: "unconfirmed"
|
|
|
|
%hr
|
|
|
|
- if @enterprises.empty?
|
|
|
|
= render partial: "enterprises"
|
|
|
|
- else
|
|
|
|
- if can? :admin, Spree::Product
|
|
= render partial: "products"
|
|
|
|
%div.two.columns
|
|
|
|
|
|
- if can? :admin, OrderCycle
|
|
= render partial: "order_cycles"
|
|
|
|
= render partial: "enterprises" |