#trade-list.panel.panel-default.grey table.table.table-expandable.trade-table cellpadding="0" cellspacing="0" col width='6%' max-width='20px' col width='20%' max-width='200px' col width='15%' max-width='200px' col width='49%' max-width='200px' col width='10%' max-width='200px' tr th span.pl8.select_all input#master-select-checkbox.master-select-checkbox.checkbox-custom name="checkbox-1" type="checkbox" label.checkbox-custom-label for="master-select-checkbox" .dropdown.pull-right.select_all_arrow a#dropdownMenuButton.dropdown-toggle aria-expanded="false" aria-haspopup="true" data-toggle="dropdown" span.glyphicon.glyphicon-triangle-bottom.bgselect_all.mt5 .dropdown-menu.delete_menu aria-labelledby="dropdownMenuButton" data-target-modal='#delete-confirm-dialog-trade' data-role='delete-action' a.dropdown-item href="javascript:void(0)" Delete th Trade Name th Sub Trades th Description th Action - trades.each do |trade| = render 'company/trades/trade_tr', trade: trade tfoot tr.text-right td colspan=5 = paginate trades #delete-confirm-dialog-trade.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' data-resource-url=bulk_destroy_company_trades_path Yes .col-sm-6 button.btn.btn-primary.btn-medium data-dismiss="modal" type="button" No