Skip to content

Instantly share code, notes, and snippets.

@rob-lowcock
Created July 16, 2011 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rob-lowcock/1086171 to your computer and use it in GitHub Desktop.
Save rob-lowcock/1086171 to your computer and use it in GitHub Desktop.
<% @allfiles.each do |allfiles| %>
<% if theartist != allfiles.folder %>
<% theartist = allfiles.folder %>
<b><%= allfiles.folder %><br /></b>
<% end %>
<%= allfiles.name %><br />
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment