Fixed typo in label

This commit is contained in:
Tiago Ribeiro 2012-04-18 02:34:14 +01:00
parent 5ef3b38429
commit 8b5ef3c24f

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