Sha256: 2b6970f36a600c5a745cbcb63f4b2656a09af3c0ec8856c74611cab7ab9ba867
Contents?: true
Size: 469 Bytes
Versions: 16
Compression:
Stored size: 469 Bytes
Contents
<% title "All Albums" %> <% heading "All Albums" %> <% content_for :head do -%> <%= stylesheet_link_tag 'dust_album' %> <% end -%> <%= will_paginate @albums %> <% @albums.each do |album| %> <div class="photo"> <% unless album.photos.empty? %> <% @photo = album.photos.find(:first) %> <%= link_to image_tag(@photo.file.url(:thumb)), view_album_path(album.filename) %> <% end -%> </div> <% end -%> <div class="clear"></div> <%= will_paginate @albums %>
Version data entries
16 entries across 16 versions & 2 rubygems