Sha256: f4b471cdad28495da2fda970ebf1de08faf44bce93d310217508aa000635ec94
Contents?: true
Size: 499 Bytes
Versions: 22
Compression:
Stored size: 499 Bytes
Contents
<% title "Photo" %> <%= stylesheet( 'dust_album','uploadify') %> <p> <strong>Title:</strong> <%=h @photo.title %> </p> <p> <strong>Desc:</strong> <%=h @photo.desc %> </p> <p> <strong>Date Shot:</strong> <%=h @photo.date_shot %> </p> <p> <strong>Location:</strong> <%=h @photo.location %> </p> <p> <%= link_to "Edit", edit_photo_path(@photo) %> | <%= link_to "Destroy", @photo, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", photos_path %> </p>
Version data entries
22 entries across 16 versions & 2 rubygems