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

Add simple email privacy message

This commit is contained in:
Daniel Barber 2018-08-14 13:06:06 -04:00
parent bc5c6c4f04
commit 175bb9e5c7
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -17,6 +17,7 @@
<div class="form-field"> <div class="form-field">
<%= input f, :email, as: :email %> <%= input f, :email, as: :email %>
</div> </div>
<p><%= gettext("Your email address will only ever be used to send you notifications of new games and moves.") %></p>
<div class="form-field"> <div class="form-field">
<%= input f, :password, as: :password %> <%= input f, :password, as: :password %>
</div> </div>