Commit 7ad7b117e7547b373cf7741f9219ebacd77bf67e
Exists in
colab
and in
4 other branches
Merge pull request #207 from mezuro/user_edit
Fixes the user edition form
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/views/devise/registrations/edit.html.erb
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | <div class="form-row"> |
10 | 10 | <div class="field-container"> |
11 | 11 | <%= f.label :name, class: 'control-label' %><br /> |
12 | - <%= f.email_field :name, :autofocus => true, class: 'text-field form-control' %> | |
12 | + <%= f.text_field :name, :autofocus => true, class: 'text-field form-control' %> | |
13 | 13 | </div> |
14 | 14 | <div class="help-container"> |
15 | 15 | <p> | ... | ... |