Sha256: 9e1a27b753a9cc924ff14c150b0bcf295d32118e951d4279a9ae2b4f7175d5e3
Contents?: true
Size: 462 Bytes
Versions: 16
Compression:
Stored size: 462 Bytes
Contents
<% title @album.title %> <% heading @album.title %> <%= @album.desc %> <% content_for :head do -%> <%= stylesheet_link_tag 'dust_album' %> <% end -%> <%= will_paginate @photos %> <div id="uploads"> <% @photos.each do |photo| %> <div class="photo"> <%= link_to image_tag(photo.file.url(:thumb), :alt => photo.title), photo.file.url(:original), :id => 'single_image' %> </div> <% end -%> </div> <div class="clear"></div> <%= will_paginate @photos %>
Version data entries
16 entries across 16 versions & 2 rubygems