pmr_app/app/views/admin/realisations/_realisation.html.haml
Nicolas Bally fea44b6c50 manys
2016-02-16 10:32:04 +01:00

17 lines
643 B
Plaintext

%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}