5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 11:46:07 +00:00
panel/views/index.haml

13 lines
247 B
Plaintext
Raw Normal View History

2017-09-25 22:35:06 +00:00
%h1
Hola
2017-09-28 20:20:31 +00:00
%table.table.table-striped.table-condensed
%tbody
- Sutty.sites.each do |site|
%tr
2017-10-05 19:42:32 +00:00
%td
%a{href: '/sites/' + site.name}
= site.name
%td
%a{href: 'http://' + site.name} visitar