diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-14 15:51:07 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-14 15:51:07 +0300 |
commit | 6a7990c007f2349f3093aef3e70eaa8c092033c8 (patch) | |
tree | 56987c18f348121d0d4073438f97a1181aaff46b /app/views/help/show.html.haml | |
parent | 68e4df7065ebb805d8215b8c28f0eaf510dec17f (diff) | |
download | gitlab-ce-6a7990c007f2349f3093aef3e70eaa8c092033c8.tar.gz |
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.haml | 5 |
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')) |