Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02:00

31 lines
558 B
Plaintext
Executable File

.qi_header
%h1
Traductions de texte spécifique
.qi_row
.qi_pannel.qi_plain.padding
.padding
%table.table
%tr
%th
Langue
%th
Clef
%th
Texte
%th
%tbody#translations
=render @translations
.sub_header
%h2 Opérations
=form_tag import_admin_translations_path, multipart: true do
=file_field_tag :csv_file
=submit_tag "importer", :class => "btn btn-primary"
=link_to "export CSV", :format => "csv"