summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_blob.html.haml
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/blob/_blob.html.haml
parent4fb5e47928fb80d6a8d529e0044af226ba9d1eae (diff)
downloadgitlab-ce-a73f2ec6b58da2708d786dd4326ee5de7bedd402.tar.gz
Integrate csslab
Diffstat (limited to 'app/views/projects/blob/_blob.html.haml')
-rw-r--r--app/views/projects/blob/_blob.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_blob.html.haml b/app/views/projects/blob/_blob.html.haml
index cf273aab108..95c5eb32c7f 100644
--- a/app/views/projects/blob/_blob.html.haml
+++ b/app/views/projects/blob/_blob.html.haml
@@ -9,6 +9,6 @@
= render "projects/blob/auxiliary_viewer", blob: blob
#blob-content-holder.blob-content-holder
- %article.file-holder
+ %article.file-holder{ class: ('use-csslab' if Feature.enabled?(:csslab)) }
= render 'projects/blob/header', blob: blob
= render 'projects/blob/content', blob: blob