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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 16:51:07 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 16:51:07 +0400
commit6a7990c007f2349f3093aef3e70eaa8c092033c8 (patch)
tree56987c18f348121d0d4073438f97a1181aaff46b /app/views/help/show.html.haml
parent68e4df7065ebb805d8215b8c28f0eaf510dec17f (diff)
Remove garbage and apply wiki style
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/help/show.html.haml')
-rw-r--r--app/views/help/show.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml
index e9fc6163c79..67f9cc41cf3 100644
--- a/app/views/help/show.html.haml
+++ b/app/views/help/show.html.haml
@@ -1,3 +1,2 @@
-.col-md-12
- .documentation
- = markdown File.read(Rails.root.join('doc', @category, @file + '.md'))
+.documentation.wiki
+ = markdown File.read(Rails.root.join('doc', @category, @file + '.md'))