summaryrefslogtreecommitdiff
path: root/app/views/projects/blob
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-03-13 21:14:06 +0000
committerDouwe Maan <douwe@gitlab.com>2017-03-13 21:14:06 +0000
commit88206d67c38e87685bbacc14cfd60ee9dc42ac7f (patch)
treef8cc004731fd7d31254a36280e72ef9c6c0034a4 /app/views/projects/blob
parentdb3c2c233145ca5c7aaead5e93cf2850d82762b4 (diff)
parent7849683766e93cfd91e0c864f3deb08500ea35d9 (diff)
downloadgitlab-ce-88206d67c38e87685bbacc14cfd60ee9dc42ac7f.tar.gz
Merge branch 'feature/custom-lfs' into 'master'
Do not show LFS object when LFS is disabled Closes #28817 See merge request !9779
Diffstat (limited to 'app/views/projects/blob')
-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 24ff74ecb3b..bf8801bb1e3 100644
--- a/app/views/projects/blob/_blob.html.haml
+++ b/app/views/projects/blob/_blob.html.haml
@@ -33,4 +33,4 @@
= number_to_human_size(blob_size(blob))
.file-actions.hidden-xs
= render "actions"
- = render blob, blob: blob
+ = render blob.to_partial_path(@project), blob: blob