summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-11 08:06:22 +0000
committerPhil Hughes <me@iamphill.com>2017-09-11 08:06:22 +0000
commit5136abae7c3f034ebe38d4a88000fa764a351650 (patch)
tree65090202b5ab0b6337bc806bc72e2561bba5f38f
parent4cb5918eaa82bf45c3ba2400c88880a16fd08937 (diff)
parentd0bee4a9e8eff27cbf9d364159969a81c757a567 (diff)
downloadgitlab-ce-5136abae7c3f034ebe38d4a88000fa764a351650.tar.gz
Merge branch '37603-preferences-settings-extra-line' into 'master'
Remove unused extra hr in preferences Closes #37603 See merge request !14127
-rw-r--r--app/views/profiles/preferences/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index 9e7fe556d88..352c2d66bab 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -16,10 +16,10 @@
.preview= image_tag "#{scheme.css_class}-scheme-preview.png"
= f.radio_button :color_scheme_id, scheme.id
= scheme.name
+
.col-sm-12
%hr
- .col-sm-12
- %hr
+
.col-lg-4.profile-settings-sidebar
%h4.prepend-top-0
Behavior