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:
authorMarin Jankovski <marin@gitlab.com>2014-05-28 17:18:23 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-29 10:44:25 +0400
commit59797b2f2eef559397b53b6a3763c62d40363902 (patch)
tree6aa0c7a7388b473a17f14042980586033ae282c2
parent54ff9d90adc66f88c608b2157789d71b0944590e (diff)
Remove list items styling in show render.
-rw-r--r--app/views/help/show.html.haml4
-rw-r--r--doc/workflow/README.md4
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)