16 lines
428 B
Plaintext
Executable File
16 lines
428 B
Plaintext
Executable File
= semantic_form_for [:forum, @user] do |f|
|
|
=f.inputs do
|
|
= f.input :firstname, :label => "Prénom"
|
|
= f.input :name, :label => "Nom"
|
|
= f.input :bio, :label => "Présentation"
|
|
= 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"
|
|
|
|
|