mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-09 02:34:00 +02:00
add link
This commit is contained in:
parent
6aba6fef70
commit
dd71abbd8f
2 changed files with 11 additions and 8 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue