configures recaptcha

This commit is contained in:
rgarcia
2015-07-22 20:43:43 +02:00
committed by Juanjo Bazán
parent b515340dc7
commit ef2cd18028
5 changed files with 23 additions and 4 deletions

View File

@@ -10,11 +10,12 @@
<%= javascript_include_tag "vendor/modernizr" %>
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
<script src="https://www.google.com/recaptcha/api.js?hl=<%= I18n.locale %>"></script>
</head>
<body>
<%= render 'layouts/header' %>
<% if notice %>
<p class="alert-box success"><%= notice %></p>
<% end %>
@@ -22,11 +23,11 @@
<% if alert %>
<p class="alert-box success"><%= alert %></p>
<% end %>
<div class="row">
<div class="small-12 column">
<%= yield %>
</div>
</div>
</div>
</body>
</html>