.container-fluid.gray-bg.workorder-wrapper .panel.panel-grid.panel-default.p10.mt10 .panel-body h4.pull-left.pl8.text-upper-grey Service Requests = link_to new_company_service_request_path, class: 'btn btn-primary pull-right' do = fa_icon 'plus' span.pl5 Create Service Request .clearfix .row .col-sm-12 .panel.panel-grid.panel-default.p10.mt10 .panel-body .table-responsive table.table.table-expandable.grey cellpadding="0" cellspacing="0" thead tr th Vendor th Title th Description th Sent At tbody - @service_requests.each do |service_request| tr td = service_request.vendor&.name td = service_request.title td = service_request.description td = service_request.created_at.strftime('%m/%d/%Y') tfoot tr.text-right td colspan=4 = paginate @service_requests