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 = f.label :name
.input .input
= f.text_field :name = f.text_field :name
%span.help-inline * requried %span.help-inline * required
.clearfix .clearfix
= f.label :email = f.label :email
.input .input
= f.text_field :email = f.text_field :email
%span.help-inline * requried %span.help-inline * required
.clearfix .clearfix
= f.label :password = f.label :password
.input= f.password_field :password .input= f.password_field :password