summaryrefslogtreecommitdiff
path: root/app/views/users/new.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 02:46:20 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 02:46:20 -0400
commitb7ef3c9078f40e5c23f53c59b7741883c3bc2fb7 (patch)
treefba018bcab973fbc2554668f0d6b2d42daff794c /app/views/users/new.html.erb
parent6c615c4eaa973d83778fc6d34157f823880765f1 (diff)
misc form touch-up
Diffstat (limited to 'app/views/users/new.html.erb')
-rw-r--r--app/views/users/new.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
</p>
<p>
<%= f.label :email %><br>
- <%= f.text_field :email %>
+ <%= f.text_field(:email, type: "email") %>
</p>
<p>
<%= f.label :user_name %><br>