Fixed typo in label
This commit is contained in:
parent
5ef3b38429
commit
8b5ef3c24f
1 changed files with 6 additions and 6 deletions
|
@ -12,12 +12,12 @@
|
|||
= f.label :name
|
||||
.input
|
||||
= f.text_field :name
|
||||
%span.help-inline * requried
|
||||
%span.help-inline * required
|
||||
.clearfix
|
||||
= f.label :email
|
||||
.input
|
||||
= f.text_field :email
|
||||
%span.help-inline * requried
|
||||
%span.help-inline * required
|
||||
.clearfix
|
||||
= f.label :password
|
||||
.input= f.password_field :password
|
||||
|
|
Loading…
Reference in a new issue