.btn-group.pull-right.ptb20.pr15 = link_to new_admin_subject_path, data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do i.fa.fa-plus-circle | Add #{Subject.model_name.human} = link_to '#', data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do i.fa.fa-upload | Export = link_to import_classes_admin_subjects_path, data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do i.fa.fa-download | Import Classes table#subjects.table.table-bordered.table-condensed.table-striped data-ride='datatable' 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' | #{Course.model_name.human.pluralize} th.sorting_disabled data-column='action' tbody