% title "Photo" %> <%= stylesheet( 'dust_album','uploadify') %>
Title: <%=h @photo.title %>
Desc: <%=h @photo.desc %>
Date Shot: <%=h @photo.date_shot %>
Location: <%=h @photo.location %>
<%= link_to "Edit", edit_photo_path(@photo) %> | <%= link_to "Destroy", @photo, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", photos_path %>