#all_index_admin_jquery_start .container .row .col-lg-12.col-md-12.col-sm-12.col-xs-12 %button#toTop{:title => "Go to top"} ⌅ %h3.text-center Locations %hr = link_to 'New Location', new_location_path, class: 'btn btn-lg btn-block btn-success', data: { 'no-turbolink'=>true} %hr .col-lg-3.col-md-3.col-sm-12.col-xs-12 =render 'layouts/admin/side_menu' .col-lg-9.col-md-9.col-sm-12.col-xs-12 %table.table.table-striped.table-bordered.table-hover %tr %th English %th French %th Spanish %th Russian %th %th %th - @locations.each do |location| %tr %td= location.en %td= location.fr %td= location.es %td= location.ru %td= link_to 'Show', location, class: 'btn btn-primary' %td= link_to 'Edit', edit_location_path(location), class: 'btn btn-warning', data: { 'no-turbolink'=>true} %td= link_to 'Destroy', location, :method => :delete, :data => { confirm: 'Are you sure?' }, class: 'btn btn-danger'