m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html.erb')
-rw-r--r--src/index.html.erb9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/index.html.erb b/src/index.html.erb
new file mode 100644
index 0000000..2008d11
--- /dev/null
+++ b/src/index.html.erb
@@ -0,0 +1,9 @@
+Ĺšpiewnik polskiej muzyki tradycyjnej.
+
+<ul>
+<%- songs.each_value do |song| -%>
+ <li>
+ <a href='<%= path_to (song_html song.id) %>'><%= song.title %></a>
+ </li>
+<%- end -%>
+</ul>