Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

10 lines
277 B
Plaintext
Executable File

= semantic_form_for [:admin,@vourcher_code], :remote => true do |form|
.content
=form.input :enabled, :label => "Actif ?"
= form.input :slug, :label => "Code :"
=form.input :percent, :label => "Pourcentage :"
.actions
= form.submit "Sauvegarder"