.row .col-sm-12 .btn-group.pull-right.p10 = link_to new_admin_testimonial_path, data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do i.fa.fa-plus-circle | Add Testimonial = link_to '#', data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do i.fa.fa-download | Export .row .col-sm-12.pt10 table#testimonials.table.table-bordered.table-condensed.table-striped data-ride='datatable' data-source=collection_path(format: :json) thead tr th data-column='name' | Name th data-column='university_name' | University Name th data-column='position' | Position th data-column='active' | Active th.sorting_disabled data-column='action' | Action tbody