= render 'shared/filter', filter_form: 'company/equipment/filter', class: 'with-margin' .container-fluid.content-wrapper .marginbot10.margintop10 .panel.panel-grid.panel-default .panel-body style=("padding:10px !important;") .col-sm-6 h4.pull-left.pl8.text-upper-grey Equipment: p.fs20.grey.mt5.equipments_count = "#{@equipments&.count} / " span.eq_total_count = "#{@equipments&.total_count}" .col-sm-6.right = link_to '#', data: {toggle: "modal", size: 'lg', title: 'Export to Excel', target: '#equipment-export-modal'}, class: 'btn btn-primary' do = fa_icon('file-excel-o', text: 'EXPORT') .panel.panel-grid.panel-default .panel-body.grey#equipment-list-div = render 'equipment_list', equipments: @equipments = render 'equipment_export_modal', equipment_count: @equipments&.total_count