Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-17 20:06:43 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-18 12:12:41 +0300
commit3bc25264a1d8d8a758068a06dcb31e718acfcac7 (patch)
tree9cf04e5ab5dc6d726ed5e3bcef95e949411b07f7
parentb4f84ff728e28ea8d1f516f2fefb2e99c62ee076 (diff)
Fix superfluous margin on new_ldap submit.
-rw-r--r--app/views/devise/sessions/_new_ldap.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/_new_ldap.html.haml b/app/views/devise/sessions/_new_ldap.html.haml
index 91196730499..c18bc2ac413 100644
--- a/app/views/devise/sessions/_new_ldap.html.haml
+++ b/app/views/devise/sessions/_new_ldap.html.haml
@@ -10,4 +10,4 @@
%label{for: "remember_me"}
= check_box_tag :remember_me, '1', false, id: 'remember_me'
%span Remember me
- = button_tag "Sign in", class: "btn-save btn btn-block"
+ = submit_tag "Sign in", class: "btn-save btn"