diff --git a/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml b/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml index 4f72a14f9f..bc997ca13a 100644 --- a/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml +++ b/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml @@ -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"