15 lines
405 B
Plaintext
Executable File
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}
|
|
|
|
|
|
|
|
|