Commit ea818346 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #687 from fixe/label-typo

Fixed typo in label
parents e52cb32f 8b5ef3c2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment