Commit 8b5ef3c2 authored by Tiago Ribeiro's avatar Tiago Ribeiro

Fixed typo in label

parent 5ef3b384
...@@ -12,12 +12,12 @@ ...@@ -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
......
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