mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
26 lines
482 B
Plaintext
26 lines
482 B
Plaintext
- content_for :page_title do
|
|
= t('dashboard')
|
|
|
|
- content_for :page_actions do
|
|
= render 'admin/shared/user_guide_link'
|
|
|
|
%div{ 'ng-app' => 'ofn.admin' }
|
|
- 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"
|
|
|
|
= render partial: "version"
|