app/views/admin/gallery/photos/index.html.erb in comfy_gallery-0.1.0 vs app/views/admin/gallery/photos/index.html.erb in comfy_gallery-0.1.1

- old
+ new

@@ -9,10 +9,9 @@ <td> <%= image_tag(photo.image.url(:admin_thumb), :class => 'thumb dragger') %> </td> <td class='main'> <div class='title'><%= photo.title %></div> - <div class='sublabel'><%= photo.slug %></div> </td> <td class='action_links'> <%= 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?' %> \ No newline at end of file