summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-07-03 16:33:07 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-07-03 16:33:07 +0000
commit5a871629b4c93548e408422b6e01bd0f503f95a6 (patch)
treec1ec8f8f76dd2ef118d703f5aa3bab7388a7b78c
parentc8eef2d2a62f6ac7304c8ab4d50282613e21ec8a (diff)
parentedc44bf357171ca3d238097d42c6395c91d03f1a (diff)
downloadgitlab-ce-5a871629b4c93548e408422b6e01bd0f503f95a6.tar.gz
Merge branch '29000-recaptcha-margin' into 'master'
add margin between captcha and register button Closes #29000 See merge request !12607
-rw-r--r--app/views/devise/shared/_signup_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index d696577278d..298604dee8c 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -25,7 +25,7 @@
%div
- if Gitlab::Recaptcha.enabled?
= recaptcha_tags
- %div
+ .submit-container
= f.submit "Register", class: "btn-register btn"
.clearfix.submit-container
%p