Merge pull request #11927 from drummer83/Dashboard

Show Dashboard header in the header area for multi-enterprise users
This commit is contained in:
Rachel Arnould
2023-12-18 17:49:49 +01:00
committed by GitHub

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"