From b7ef3c9078f40e5c23f53c59b7741883c3bc2fb7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Apr 2014 02:46:20 -0400 Subject: misc form touch-up --- app/views/users/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/users/new.html.erb') diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 5e369ac..5c88945 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -8,7 +8,7 @@

<%= f.label :email %>
- <%= f.text_field :email %> + <%= f.text_field(:email, type: "email") %>

<%= f.label :user_name %>
-- cgit v1.2.3