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:
parent
447e4386ee
commit
2d95b9dfbf
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue