1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Make email fields emails

This commit is contained in:
Daniel Barber 2018-04-06 11:34:58 -04:00
parent a8c412b207
commit 188bb1830b
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<%= input f, :name %>
</div>
<div class="form-field">
<%= input f, :email %>
<%= input f, :email, as: :email %>
</div>
<div class="form-field">
<%= input f, :password, as: :password %>

View File

@ -9,7 +9,7 @@
<div class="form-group">
<div class="form-field">
<%= input f, :email %>
<%= input f, :email, as: :email %>
</div>
<div class="form-field">
<%= input f, :password, as: :password %>