mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
Fix variable order on compare page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -14,9 +14,9 @@ class Projects::CompareController < Projects::ApplicationController
|
||||
compare_result = CompareService.new.execute(
|
||||
current_user,
|
||||
@project,
|
||||
base_ref,
|
||||
head_ref,
|
||||
@project,
|
||||
head_ref
|
||||
base_ref
|
||||
)
|
||||
|
||||
@commits = compare_result.commits
|
||||
|
||||
Reference in New Issue
Block a user