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')
-rw-r--r--app/views/help/show.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml
index d7785d307ef..e9fc6163c79 100644
--- a/app/views/help/show.html.haml
+++ b/app/views/help/show.html.haml
@@ -1 +1,3 @@
-= markdown File.read(Rails.root.join('doc', @category, @file + '.md'))
+.col-md-12
+ .documentation
+ = markdown File.read(Rails.root.join('doc', @category, @file + '.md'))