diff options
| author | Simon Knox <psimyn@gmail.com> | 2017-07-03 22:50:49 +1000 |
|---|---|---|
| committer | Simon Knox <psimyn@gmail.com> | 2017-07-03 22:50:49 +1000 |
| commit | edc44bf357171ca3d238097d42c6395c91d03f1a (patch) | |
| tree | 57a33e67aa51c25b329bd165125725a630e0c5be | |
| parent | b071317c01866ac13802052ddbf4cf0aae2b043a (diff) | |
| download | gitlab-ce-29000-recaptcha-margin.tar.gz | |
add margin between captcha and register button29000-recaptcha-margin
| -rw-r--r-- | app/views/devise/shared/_signup_box.html.haml | 2 |
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 |
