m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/index.html.erb
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 19:57:37 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 19:57:37 +0200
commit04768d5433f3fdade45b18dacf1159177f2f8fa8 (patch)
tree1c524ecb446706693d1d04001959b7e77be25ca7 /src/index.html.erb
parent12f960eebb19c25ea358fa5f60f1f3520cb1b85a (diff)
Modify list columns with screen width
Diffstat (limited to 'src/index.html.erb')
-rw-r--r--src/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html.erb b/src/index.html.erb
index 5447ce6..3748018 100644
--- a/src/index.html.erb
+++ b/src/index.html.erb
@@ -1,6 +1,6 @@
Ĺšpiewnik polskiej muzyki tradycyjnej.
-<ul>
+<ul id='songs'>
<%- songs.keys.sort.each do |song_id| -%>
<li>
<a href='<%= path_to (song_html song_id) %>'><%= songs[song_id].title %></a>