vita_app/app/views/admin/vourcher_codes/_vourcher_code.html.haml
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

15 lines
405 B
Plaintext
Executable File

%tr#vourcher_code.vourcher_code{:id => vourcher_code.id}
%td=vourcher_code.slug
%td
=vourcher_code.percent
="%"
%td.actions
= link_to i(:"trash-o"), [:admin, vourcher_code], :data =>{:remote => true, :confirm => 'Voulez-vous vraiment supprimer cet taille ?'}, :method => :delete
= link_to i(:pencil), edit_admin_vourcher_code_path(vourcher_code), :data => {:remote => true}