5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 12:56:22 +00:00
panel/views/index.haml
2017-10-05 16:42:32 -03:00

12 lines
247 B
Text

%h1
Hola
%table.table.table-striped.table-condensed
%tbody
- Sutty.sites.each do |site|
%tr
%td
%a{href: '/sites/' + site.name}
= site.name
%td
%a{href: 'http://' + site.name} visitar