Commit ed72e949f2947e26b8990aac9b8e6f3b836c85b7
1 parent
f774949d
Exists in
master
and in
4 other branches
Right branches for mr link at Compare view
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/compare_helper.rb
... | ... | @@ -7,6 +7,6 @@ module CompareHelper |
7 | 7 | end |
8 | 8 | |
9 | 9 | def compare_mr_path |
10 | - new_project_merge_request_path(@project, merge_request: {source_branch: params[:from], target_branch: params[:to]}) | |
10 | + new_project_merge_request_path(@project, merge_request: {source_branch: params[:to], target_branch: params[:from]}) | |
11 | 11 | end |
12 | 12 | end | ... | ... |