<%= @photo.title%>

<%= image_tag @photo.path_modified_public("single") %>

<%= @photo.description %>

Tagged with: <%= @photo.tags.map {|tag| (link_to tag.title, tag_photos_path(tag) ) + " " } %>

<% content_for :action_links do %> <% if has_role?("admin") %>
<%= link_to "Edit photo", edit_photo_path(@photo) %> <% end %> <% end %>