This commit is contained in:
Peter Boráros 2013-06-04 23:14:46 +02:00
parent 6aba6fef70
commit dd71abbd8f
2 changed files with 11 additions and 8 deletions

View file

@ -19,11 +19,12 @@
%li <a href='kontakty.html'>Kontakty</a>
.content
%p
%ul#obsah
- @stations.each do |station|
%a(href="##{station}")
=File.read("data/name_#{station}.html")
%br
%li
%a(href="##{station}")
=File.read("data/name_#{station}.html")
- @stations.each do |station|
%hr(id="#{station}")