.btn-group.pull-right.ptb20.pr15
= link_to new_admin_trade_path, data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do
i.fa.fa-plus-circle
| Add #{Trade.model_name.human}
= link_to import_admin_trades_path ,data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do
i.fa.fa-download
| Import Trades
table#trades.table.table-bordered.table-condensed.table-striped data-ride='datatable' data-source=collection_path(format: :json)
thead
tr
th data-column='name' data-default-sort='asc'
| Name
th data-column='description'
| Description
th data-column='is_featured'
| Is Featured
th data-column='sub_trades'
| #{Subtrade.model_name.human.pluralize}
th.sorting_disabled data-column='action'
tbody