mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-26 05:55:15 +00:00
30 lines
485 B
Plaintext
30 lines
485 B
Plaintext
- content_for :page_actions do
|
|
= render 'admin/shared/user_guide_link'
|
|
|
|
|
|
%h1{ :style => 'margin-bottom: 30px'}
|
|
= t "dashbord"
|
|
|
|
- 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"
|