% content_for :header_scripts do %>
<% end %>
<%= javascript_tag do %>
var onRecaptchaElementLoad = function() {
grecaptcha.render('recaptcha', {
'sitekey' : '<%= j ENV["REACAPTCHA_SITE_KEY"]%>',
'hl': 'pl'
});
};
<% end %>
<% content_for :footer_scripts do %>
<%= javascript_include_tag 'jqBootstrapValidation', 'contact_me' %>
<% end %>