FIX: prevent Cloudflare from obfuscating emails

https://support.cloudflare.com/hc/en-us/articles/200170016-What-is-Email-Address-Obfuscation-
This commit is contained in:
Arpit Jalan 2017-08-03 15:06:13 +05:30
parent 447e4386ee
commit 2d95b9dfbf
1 changed files with 2 additions and 0 deletions

View File

@ -9,7 +9,9 @@
</label>
<div class='input-area'>
<!--email_off-->
<%= select_tag :email, options_for_select(@allowed_emails, selected: params[:email]), class: 'combobox' %>
<!--/email_off-->
</div>
</div>