<%= link_to image_tag( photo.path_modified_public("preview") ), [@album.collections.first, @album, photo] %> | <% if count / 4.0 == (count / 4.0).to_i %>
<%= @album.description %>
Tagged with: <%= @album.tags.map {|tag| (link_to tag.title, tag_photos_path(tag) ) + " " } %>
<% if has_role?("admin") %><%= @album.address %>
<% end %> <% if has_role?("admin") %><%= @album.note %>
<% end %> <% content_for :action_links do %> <% if has_role?("admin") %> <%= link_to "Edit album", edit_album_path(@album) %> | <%= link_to "Edit all photos", edit_multiple_album_photos_path(@album) %> | <%= link_to "Add photos", upload_album_photos_path(@album) %> <% end %> <% end %>