2016-02-16 21:09:48 +01:00

16 lines
526 B
Plaintext
Executable File

%h1 M'inscrire au forum du Pic Vert
= semantic_form_for [:forum, @user] do |f|
=f.inputs do
= f.input :sheet_number, :label => "Numéro d'adhérent", :input_html => {:readonly => (true if params[:i])}
= f.input :firstname, :label => "Prénom"
= f.input :name, :label => "Nom"
= f.input :email, :label => "Email"
= f.input :password, :label => "Mot de passe"
= f.input :password_confirmation, :label => "Confirmation"
%br
=f.submit "Sauvegarder", :class => "btn btn-primary"