%= link_to 'Add new photo', new_admin_gallery_gallery_photo_path(@gallery), :class => 'big button' %>
<%= image_tag(photo.image.url(:admin_thumb), :class => 'thumb dragger') %> |
<%= photo.title %>
<%= photo.slug %>
|
<%= link_to 'Crop', crop_admin_gallery_gallery_photo_path(@gallery, photo) if photo.force_aspect? %> <%= link_to 'Edit', edit_admin_gallery_gallery_photo_path(@gallery, photo) %> <%= link_to 'Delete', admin_gallery_gallery_photo_path(@gallery, photo), :method => :delete, :confirm => 'Are you sure?' %> |