summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_help_page.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-03-26 20:51:08 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-03-26 20:51:08 +0300
commitaa19ca43343a95e67ad90c18a24b9e0b34f556b1 (patch)
tree7bdcf20dc65e3d268dc2ce67f46f913b48e64b91 /app/views/admin/application_settings/_help_page.html.haml
parent6f9ea7cb64d50ba65b8a05ff61096b6dd3f3f00f (diff)
downloadgitlab-ce-aa19ca43343a95e67ad90c18a24b9e0b34f556b1.tar.gz
Remove gray background from app setting expandable sections
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/application_settings/_help_page.html.haml')
-rw-r--r--app/views/admin/application_settings/_help_page.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_help_page.html.haml b/app/views/admin/application_settings/_help_page.html.haml
index 073c81ac9ed..f6c4ed9c078 100644
--- a/app/views/admin/application_settings/_help_page.html.haml
+++ b/app/views/admin/application_settings/_help_page.html.haml
@@ -16,5 +16,4 @@
.col-sm-10
= f.text_field :help_page_support_url, class: 'form-control', placeholder: 'http://company.example.com/getting-help', :'aria-describedby' => 'support_help_block'
%span.help-block#support_help_block Alternate support URL for help page
- .form-actions
- = f.submit 'Save changes', class: "btn btn-success"
+ = f.submit 'Save changes', class: "btn btn-success"