.container-fluid.margintop10 .clearfix .panel.panel-grid.panel-default.trades_panel .panel-body .row .col-md-6.grid-header h4.margintop10 | SERVICES .col-md-6.grid-header.text-right = link_to new_company_trade_service_path, data: {toggle: 'emodal', title: 'New Service', 'modal-id': 'new_trade_service_emodal'}, class: 'btn btn-primary pull-right' do span NEW SERVICE .row .col-sm-12 .row = render 'company/trade_services/trade_services', trade_services: @trade_services #delete-confirm-dialog-trade-service.modal.fade role="dialog" aria-hidden="true" data-backdrop="static" .modal-dialog.modal-md .modal-content.min-ht250 button.close.p10 type="button" data-dismiss="modal" i.fa.fa-times .p40 p.bold.fs20.center | Are you sure you want to delete? p.center.mt20.grey | Please confirm the action you are about to execute .row.center.mt20 .col-sm-6 button#delete.btn.btn-primary.btn-medium type="button" data-role='delete_resource' data-modal-id='#delete-confirm-dialog-trade-service' data-resource-url=bulk_destroy_company_trade_services_path(tab: :outbound) Yes .col-sm-6 button.btn.btn-primary.btn-medium data-dismiss="modal" type="button" No