Nicolas Bally 1a045e278a suite
2017-01-05 11:20:16 +01:00

14 lines
345 B
Plaintext

= semantic_form_for [:admin,@registrant], :remote => true do |form|
.content
= form.inputs do
= form.input :enabled, :as => :boolean, :label => "Confirmé"
= form.input :name, :label => "Nom"
= form.input :surname, :label => "Prénom"
= form.input :email, :label => "Email :"
.actions
= form.submit "Sauvegarder"