diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-06-14 17:16:50 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-06-14 17:16:50 +0000 |
commit | 6bdfeff6e7bbd0584167096c2f868348d6291c69 (patch) | |
tree | 93b3b820084207ca1c85f365ccb029189d8ad823 /app/views/help/show.html.haml | |
parent | 5771b946c2e68fd4b9a8ff040c168b568b68a586 (diff) | |
parent | e09ddc62b32256baa3a0676e0fd68b38e72cafcd (diff) | |
download | gitlab-ce-6bdfeff6e7bbd0584167096c2f868348d6291c69.tar.gz |
Merge branch 'help-landing-page-customizations' into 'master'
Allow more customization to Help landing page
See merge request !11878
Diffstat (limited to 'app/views/help/show.html.haml')
-rw-r--r-- | app/views/help/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml index f6ebd76af9d..c07c148a12a 100644 --- a/app/views/help/show.html.haml +++ b/app/views/help/show.html.haml @@ -1,3 +1,3 @@ - page_title @path.split("/").reverse.map(&:humanize) -.documentation.wiki +.documentation.wiki.prepend-top-default = markdown @markdown |