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:
authorDouwe Maan <douwe@selenight.nl>2017-05-15 21:19:49 +0300
committerDouwe Maan <douwe@selenight.nl>2017-05-23 23:37:05 +0300
commit7c479d88a92233790bc0fb63146fe004f8b9b5d7 (patch)
tree3691c9e55229b145ea631bca724ba4da8c467d70 /app/controllers/projects/compare_controller.rb
parent7e09a9b7dcef125af2e775869754a3327935b12d (diff)
Pass fallback_diff_refs to Diff::File instead of using view helpers
Diffstat (limited to 'app/controllers/projects/compare_controller.rb')
-rw-r--r--app/controllers/projects/compare_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/compare_controller.rb b/app/controllers/projects/compare_controller.rb
index 008d2f5815f..7ec542bb2df 100644
--- a/app/controllers/projects/compare_controller.rb
+++ b/app/controllers/projects/compare_controller.rb
@@ -53,7 +53,6 @@ class Projects::CompareController < Projects::ApplicationController
@commits = @compare.commits
@start_commit = @compare.start_commit
@commit = @compare.commit
- @base_commit = @compare.base_commit
@diffs = @compare.diffs(diff_options)