photomix/app/views/photos/show.html.erb
2009-06-02 00:08:57 +02:00

8 lines
273 B
Plaintext

<h1><%= @photo.title%></h1>
<%= image_tag @photo.public_path_modified("large") %>
<br/>
Tagged with: <%= @photo.tag_list %>
<p><%= @photo.description %></p>
<br /><%= link_to "Update photo details", edit_photo_path(@photo) %>
<br /><%= link_to "All albums", albums_path %>