mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Show Dashboard header in the header area for multi-enterprise users
Use correct translation string
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
- content_for :page_title do
|
||||
= t('dashboard')
|
||||
|
||||
- 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"
|
||||
|
||||
Reference in New Issue
Block a user