13 lines
278 B
Plaintext
Executable File
13 lines
278 B
Plaintext
Executable File
.header
|
|
.right= link_to 'Ajouter un code', new_admin_vourcher_code_path, :class => "btn btn-success", :remote => true
|
|
%h1 Liste des codes
|
|
|
|
.padding
|
|
%table.table
|
|
%tr
|
|
%th
|
|
Nom
|
|
%th Pourcentage
|
|
%th
|
|
%tbody#vourcher_codes=render @vourcher_codes
|