17 lines
312 B
Plaintext
Executable File
17 lines
312 B
Plaintext
Executable File
.header
|
|
.right= link_to 'Ajouter une taille', new_admin_translation_path, :class => "btn btn-success", :remote => true
|
|
%h1 Liste des tailles
|
|
|
|
.padding
|
|
%table.table
|
|
%tr
|
|
%th
|
|
Langue
|
|
%th
|
|
Clef
|
|
%th
|
|
Texte
|
|
%th
|
|
%tbody#translations
|
|
=render @translations
|