Sha256: 62bc4392ed3152d31b35112887ac86c4ccbab206872e3939a07de88f97230185

Contents?: true

Size: 287 Bytes

Versions: 47

Compression:

Stored size: 287 Bytes

Contents

<div class="index" >
  <ul>
    <% albums.each do |album| %>
      <li>
        <%= album.link_to_header %>
        <ul>
          <% album.songs.each do |song| %>
            <li><%= song.link_to_header %></li>
          <% end %>
        </ul>
      </li>
    <% end %>
  </ul>
</div>

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
ehbrs_ruby_utils-0.12.2 template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb
ehbrs-tools-0.28.3 vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb
ehbrs_ruby_utils-0.12.1 template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb
ehbrs-tools-0.28.2 vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb
ehbrs-tools-0.28.1 vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb
ehbrs_ruby_utils-0.12.0 template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb
ehbrs-tools-0.28.0 vendor/ehbrs_ruby_utils/template/ehbrs_ruby_utils/music/lyrics_book/index.html.erb