summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-12-08 01:16:46 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-12-08 01:16:46 +0000
commita73f2ec6b58da2708d786dd4326ee5de7bedd402 (patch)
tree5331eb448caad99d55f2689450b9088130d80475 /app/views/projects/wikis
parent4fb5e47928fb80d6a8d529e0044af226ba9d1eae (diff)
downloadgitlab-ce-a73f2ec6b58da2708d786dd4326ee5de7bedd402.tar.gz
Integrate csslab
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml
index cc38ec12fd8..4d5fd55364c 100644
--- a/app/views/projects/wikis/show.html.haml
+++ b/app/views/projects/wikis/show.html.haml
@@ -26,7 +26,7 @@
= (s_("WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}.") % { most_recent_link: most_recent_link, history_link: history_link }).html_safe
.prepend-top-default.append-bottom-default
- .wiki
+ .wiki.md{ class: ('use-csslab' if Feature.enabled?(:csslab)) }
= render_wiki_content(@page, legacy_render_context(params))
= render 'sidebar'