Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

8 lines
270 B
Plaintext
Executable File

= semantic_form_for [:admin,@translation], :remote => true do |form|
.content
= form.input :key, :label => "Clef (attention : ne modifier que si erreur d'import) :"
= form.input :value, :label => "Traduction :"
.actions
= form.submit "Sauvegarder"