10 lines
277 B
Plaintext
Executable File
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"
|
|
|