Show Dashboard header in the header area for multi-enterprise users

Use correct translation string
This commit is contained in:
drummer83
2023-12-11 23:39:55 +01:00
parent f6ba2dc70c
commit 1afdbd92ea

View File

@@ -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"