5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 18:57:00 +00:00
panel/app/views/sites/index.haml

14 lines
274 B
Text
Raw Normal View History

2018-01-29 22:19:10 +00:00
2018-02-05 17:27:12 +00:00
.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)