Merge pull request #687 from fixe/label-typo

Fixed typo in label
This commit is contained in:
Dmitriy Zaporozhets 2012-04-17 23:33:15 -07:00
commit ea818346a9

View file

@ -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