mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-12 23:27:48 +00:00
29 lines
478 B
Plaintext
29 lines
478 B
Plaintext
- content_for :page_actions do
|
|
= render 'admin/shared/user_guide_link'
|
|
|
|
|
|
%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"
|