2009-05-25 21:39:43 +02:00
|
|
|
<h1><%= @photo.title%></h1>
|
2009-06-03 01:33:39 +02:00
|
|
|
<%= image_tag @photo.path_modified_public("large") %>
|
2009-05-25 21:39:43 +02:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
Tagged with: <%= @photo.tag_list %>
|
|
|
|
<p><%= @photo.description %></p>
|
2009-06-09 00:30:22 +02:00
|
|
|
|
|
|
|
<% if has_role?("admin") %>
|
2009-06-02 00:08:57 +02:00
|
|
|
<br /><%= link_to "Update photo details", edit_photo_path(@photo) %>
|
2009-06-09 00:30:22 +02:00
|
|
|
<% end %>
|
2009-06-03 01:33:39 +02:00
|
|
|
<br /><%= link_to "Back to #{@photo.album.title}", @photo.album %>
|
2009-05-25 21:39:43 +02:00
|
|
|
<br /><%= link_to "All albums", albums_path %>
|