5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 17:15:46 +00:00
panel/app/views/sites/index.haml

8 lines
161 B
Plaintext
Raw Normal View History

2018-01-29 18:09:30 +00:00
%h1= t('sites.title')
2018-01-29 22:19:10 +00:00
%table.table.table-striped.table-condensed
%tbody
- @sites.each do |site|
%tr
%td= link_to site.name, site_path(site)