<% unless @previous.nil?%> <%= link_to "Previous", [ @photo.album.collections.first, @photo.album, @previous] %> <% unless @next.nil? %> | <% end %> <% end %> <% unless @next.nil? %> <%= link_to "Next", [ @photo.album.collections.first, @photo.album, @next] %> <% end %>
<%= image_tag @photo.path_modified_public("single") %>
<%= @photo.description %>
Tagged with: <%= @photo.tags.map {|tag| (link_to tag.title, tag_photos_path(tag) ) + " " } %>