.row .col = render 'layouts/breadcrumb', crumbs: [ t('sites.index') ] .row .col %h1= t('sites.title') %table.table.table-striped.table-condensed %tbody - @sites.each do |site| %tr %td= link_to site.name, site_path(site)