summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/preview.html.haml
diff options
context:
space:
mode:
authorClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-08-28 15:12:20 +0000
committerClement Ho <408677-ClemMakesApps@users.noreply.gitlab.com>2019-08-28 15:12:20 +0000
commit51a63cce236f7a51edf6cf399c7d39624c15e24c (patch)
treee87c4aaf38c05c9130ef9714779f2d88949c0737 /app/views/projects/blob/preview.html.haml
parent4b23faab2c4428a9cde7f16a08b3e6059069890c (diff)
parent7f15dacb5504b0ba7f9eb73e8a60e494e3473274 (diff)
downloadgitlab-ce-51a63cce236f7a51edf6cf399c7d39624c15e24c.tar.gz
Merge branch 'csslab-removal' into 'master'
Remove csslab Closes #66661 See merge request gitlab-org/gitlab-ce!32330
Diffstat (limited to 'app/views/projects/blob/preview.html.haml')
-rw-r--r--app/views/projects/blob/preview.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/preview.html.haml b/app/views/projects/blob/preview.html.haml
index 3e893343165..46e76e4d175 100644
--- a/app/views/projects/blob/preview.html.haml
+++ b/app/views/projects/blob/preview.html.haml
@@ -1,5 +1,5 @@
- if markup?(@blob.name)
- .file-content.md.md-file{ class: ('use-csslab' if Feature.enabled?(:csslab)) }
+ .file-content.md.md-file
= markup(@blob.name, @content)
- else
.diff-file