diff --git a/web/app/assets/stylesheets/web/main.css.scss b/web/app/assets/stylesheets/web/main.css.scss index bd5bc2fc5..291f61967 100644 --- a/web/app/assets/stylesheets/web/main.css.scss +++ b/web/app/assets/stylesheets/web/main.css.scss @@ -67,7 +67,7 @@ body.web { .landing-content { background-color:black; width:100%; - min-height: 366px; + min-height: 460px; position:relative; padding-bottom:30px; diff --git a/web/app/views/layouts/web.html.erb b/web/app/views/layouts/web.html.erb index 62c2f1ec6..e3e828bc4 100644 --- a/web/app/views/layouts/web.html.erb +++ b/web/app/views/layouts/web.html.erb @@ -132,6 +132,7 @@ <%= render "shared/ga" %> <%= render "shared/twttr" %> <%= render "shared/facebook_sdk" %> + <%= render "shared/google_nocaptcha" %> diff --git a/web/app/views/shared/_google_nocaptcha.html.slim b/web/app/views/shared/_google_nocaptcha.html.slim new file mode 100644 index 000000000..c0df3c331 --- /dev/null +++ b/web/app/views/shared/_google_nocaptcha.html.slim @@ -0,0 +1 @@ +script src="https://www.google.com/recaptcha/api.js" async defer \ No newline at end of file diff --git a/web/app/views/users/new.html.erb b/web/app/views/users/new.html.erb index 83f79f482..102fafd0b 100644 --- a/web/app/views/users/new.html.erb +++ b/web/app/views/users/new.html.erb @@ -6,7 +6,6 @@ <%= form_for(@user, :url => @signup_postback, :method => :post) do |f| %> -
@@ -38,7 +37,7 @@
<%= f.label :country, "Country:" %>