Nit formatting, remove extraneous spaces [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2020-08-04 11:22:23 -03:00
parent d4d28ebc7a
commit 21eb1970a6
1 changed files with 12 additions and 12 deletions

View File

@ -115,7 +115,7 @@ of any of them:
```erb
<%= simple_form_for @user do |f| %>
<%= f.input :username, label_html: { class: 'my_class' }, hint_html: {class: 'hint_class'} %>
<%= f.input :username, label_html: { class: 'my_class' }, hint_html: { class: 'hint_class' } %>
<%= f.input :password, hint: false, error_html: { id: 'password_error'} %>
<%= f.input :password_confirmation, label: false %>
<%= f.button :submit %>