.payment-account-page.trade-page h1 | ACCOUNTS = link_to new_company_payment_account_path, data: {toggle: 'emodal', title: 'New Account', 'modal-id': 'new_payment_account_emodal', size: 'lg'}, class: 'btn btn-primary pull-right' do span NEW ACCOUNT .tabel-trade-hoder .btn-group.marginbot10 = link_to 'Archive', '#', class: 'btn btn-archive', id: "payment-account-archive-link", data: {url: archive_company_payment_accounts_path} = link_to 'Delete', '#', class: 'btn btn-archive', id: 'payment-account-delete-link', data: {url: delete_company_payment_accounts_path} table.table.tabel-payment-account cellpadding="0" cellspacing="0" thead tr th input#select-all name="select-all" type="checkbox" th Account Type th Eft Type th Name th Last Four Digits th Action tbody = render 'list', payment_accounts: @payment_accounts .text-right ol.breadcrumb li.active = link_to 'active', filter_accounts_company_payment_accounts_path(active: true), turboboost: true li = link_to 'archived', filter_accounts_company_payment_accounts_path(archived: true), turboboost: true li = link_to 'deleted', filter_accounts_company_payment_accounts_path(deleted: true), turboboost: true