diff options
author | Phil Hughes <me@iamphill.com> | 2017-12-11 16:22:22 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-12-11 16:22:22 +0000 |
commit | dec420feb39975fefd15460f372369071c346d53 (patch) | |
tree | d6826474b1038efed62917aa87f9200424019ff7 /app | |
parent | f38a6d6ee610e7301be35740d1cc0e3a1cbd42d0 (diff) | |
download | gitlab-ce-dec420feb39975fefd15460f372369071c346d53.tar.gz |
fixed project homepage not having correct variable
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/projects/tree_controller.rb | 1 |
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 |