First fixed

This commit is contained in:
Xavier J 2016-11-14 17:33:45 +01:00
parent ec53f64a64
commit d7fdf22abb
24 changed files with 322 additions and 335 deletions

View file

@ -13,14 +13,14 @@
= f.label :email
.input-group
.input-group-addon
%span.glyphicon.glyphicon-user
%span.fa.fa-user
= f.email_field :email, class: 'form-control'
%br
%h4
= f.label 'Mot de passe'
.input-group
.input-group-addon
%span.glyphicon.glyphicon-asterisk
%span.fa.fa-asterisk
= f.password_field :password, class: 'form-control', value: @administrateur.password
%br
%br