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:
Diffstat (limited to 'app/views/help/index.html.haml')
-rw-r--r--app/views/help/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 5a684e1e56c..1b714429f14 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -19,7 +19,7 @@
.row
.col-md-4
.panel.panel-default
- .title
+ .panel-heading
Quick help
%ul.well-list
%li
@@ -35,7 +35,7 @@
.col-md-8
.panel.panel-default.documentation
- .title Documentation
+ .panel-heading Documentation
= preserve do
- readme_text = File.read(Rails.root.join("doc", "README.md"))