Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-11 19:22:22 +0300
committerPhil Hughes <me@iamphill.com>2017-12-11 19:22:22 +0300
commitdec420feb39975fefd15460f372369071c346d53 (patch)
treed6826474b1038efed62917aa87f9200424019ff7 /app/controllers/projects/tree_controller.rb
parentf38a6d6ee610e7301be35740d1cc0e3a1cbd42d0 (diff)
fixed project homepage not having correct variable
Diffstat (limited to 'app/controllers/projects/tree_controller.rb')
-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