%tr#realisation_row.realisation_row{:id => realisation.id} %td{:style => "width:200px;"} =image_tag realisation.default_image.image_file.file.large.medium.small.thumb.url if realisation.default_image %td =realisation.title %td.actions = link_to i(:"trash-o"), [:admin, realisation], :data =>{:remote => true, :confirm => 'Voulez-vous vraiment supprimer cet élément de menu ?'}, :method => :delete #, if current_admin.super_admin? || !realisation.super_admin = link_to i(:eye), [:admin, realisation] = link_to i(:pencil), edit_admin_realisation_path(realisation), :data => {:remote => true}