h4 = "#{Course.model_name.human.pluralize} for #{@subject.name}" .btn-group.pull-right.ptb20.pr15 = link_to new_admin_subject_course_path(@subject), data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do i.fa.fa-plus-circle | Add New #{Course.model_name.human} = link_to '#', data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do i.fa.fa-upload | Export table#courses.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' | Descriptions th.sorting_disabled data-column='action' tbody