mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
25 lines
465 B
Plaintext
25 lines
465 B
Plaintext
- content_for :page_actions do
|
|
= render 'admin/shared/user_guide_link'
|
|
|
|
|
|
%div{ 'ng-app' => 'ofn.admin' }
|
|
%h1{ :style => 'margin-bottom: 30px' }
|
|
= t 'dashboard'
|
|
|
|
- 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"
|