mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 12:56:22 +00:00
12 lines
247 B
Text
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
|