summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-11 16:22:22 +0000
committerPhil Hughes <me@iamphill.com>2017-12-11 16:22:22 +0000
commitdec420feb39975fefd15460f372369071c346d53 (patch)
treed6826474b1038efed62917aa87f9200424019ff7 /app
parentf38a6d6ee610e7301be35740d1cc0e3a1cbd42d0 (diff)
downloadgitlab-ce-dec420feb39975fefd15460f372369071c346d53.tar.gz
fixed project homepage not having correct variable
Diffstat (limited to 'app')
-rw-r--r--app/controllers/projects/tree_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/tree_controller.rb b/app/controllers/projects/tree_controller.rb
index d56361eb3a5..f3719059f88 100644
--- a/app/controllers/projects/tree_controller.rb
+++ b/app/controllers/projects/tree_controller.rb
@@ -26,7 +26,6 @@ class Projects::TreeController < Projects::ApplicationController
respond_to do |format|
format.html do
- @lfs_blobs = Gitlab::Git::Blob.batch_lfs_pointers(@project.repository, @tree.blobs.map(&:id))
@last_commit = @repository.last_commit_for_path(@commit.id, @tree.path) || @commit
end