/#.container-fluid.p0 .cover-image-wrapper = render 'company/dashboards/banner_image' .container-fluid .row .col-sm-3.center .main-wrapper.mt-55.hide = render 'company/profiles/show/business_logo', company: @company .company-profile-logo.m-auto = render 'company/profiles/show/logo', company: @company .row .col-sm-12.mb20 - if current_company.sisense_integration? .iframe-container iframe name='sisense-dashboard' src=sisense.dashboard_path seamless='' frameborder='0' - else = image_tag 'dashboard_coming_soon.png', class: 'img-responsive' - if @company.all_work_orders.work_orders_to_dispatch.count > 0 javascript: if(!localStorage.scheduled_work_orders_checked){ $(document).ready(function (){ initializeEmodalAjax(eModal, { url: Routes.scheduled_work_orders_company_work_orders_path(), title: 'WorkOrders about Create.', size: 'lg', modalId: 'work_order_count' }) }) }