<% title @album.title %> <% heading @album.title %> <%= @album.desc %> <% content_for :head do -%> <%= stylesheet_link_tag 'dust_album' %> <% end -%> <%= will_paginate @photos %>
<% @photos.each do |photo| %>
<%= link_to image_tag(photo.file.url(:thumb), :alt => photo.title), photo.file.url(:original), :id => 'single_image' %>
<% end -%>
<%= will_paginate @photos %>