diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-28 15:18:23 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-29 08:44:25 +0200 |
commit | 59797b2f2eef559397b53b6a3763c62d40363902 (patch) | |
tree | 6aa0c7a7388b473a17f14042980586033ae282c2 | |
parent | 54ff9d90adc66f88c608b2157789d71b0944590e (diff) | |
download | gitlab-ce-59797b2f2eef559397b53b6a3763c62d40363902.tar.gz |
Remove list items styling in show render.
-rw-r--r-- | app/views/help/show.html.haml | 4 | ||||
-rw-r--r-- | doc/workflow/README.md | 4 |
2 files changed, 5 insertions, 3 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')) diff --git a/doc/workflow/README.md b/doc/workflow/README.md index efc28d06e71..39b3059e077 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -1,2 +1,2 @@ -+ [Workflow](workflow/workflow.md) -+ [Project Features](workflow/project_features.md) ++ [Workflow](workflow.md) ++ [Project Features](project_features.md) |