m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/templates/tag.html.erb
blob: 829be5da7967d69c835805fee1a1143d53988b1d (plain)
1
2
3
4
5
6
7
8
9
<h2><%= tag %></h2>
<ul>
<%- songs.each do |song| -%>
  <li>
    <a href='../<%= song.metadata_filename.sub /yaml$/, 'html' %>'>
      <%= song.title %>
    </a>
  </li>
<%- end -%>