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

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