fixes recaptcha for turbolinks

This commit is contained in:
rgarcia
2015-07-24 19:29:44 +02:00
committed by Juanjo Bazán
parent 115eb86539
commit 034c62f3b9

View File

@@ -1,3 +1,3 @@
<% if Rails.application.secrets.recaptcha_public_key %>
<div class="g-recaptcha" data-sitekey="6LeJIQoTAAAAAA0Mj8YroyORPa-MjfcyTDnKXRSV"></div>
<%= recaptcha_tags ajax: true %>
<% end %>