%li{:id => "image_#{image.id}"}
= image_tag image.image(:thumbnail), :width => '150', :height => '150', :alt => ''
%p= image.name
= link_to 'Edit description', admin_items_path, :class => 'edit-description'
= link_to 'Delete', admin_image_path(image), :method => :delete, :confirm => "Are you sure?"