diff options
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')) |