diff options
| author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 21:40:25 +0200 | 
|---|---|---|
| committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 21:42:01 +0200 | 
| commit | 1d288cae171b2dd6fa225ff59797c2668e03870e (patch) | |
| tree | ea54ab6de1fcaf897a42158426f8e5a7f4abc49f /src | |
| parent | 236cbc380efbf1e36f8b31511b59298747acc0b1 (diff) | |
Add songbook to index
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.html.erb | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/src/index.html.erb b/src/index.html.erb index 3748018..8d62de7 100644 --- a/src/index.html.erb +++ b/src/index.html.erb @@ -1,4 +1,10 @@ -Śpiewnik polskiej muzyki tradycyjnej. +<p> +  Śpiewnik polskiej muzyki tradycyjnej. +</p> + +<p> +  Pobierz cały śpiewnik: <a href='<%= path_to 'songbook' %>'>[PDF]</a>. +</p>  <ul id='songs'>  <%- songs.keys.sort.each do |song_id| -%>  |