Skip to content
Snippets Groups Projects
Commit 7be7cf29 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

Remove unused title parameter.

It is always overridden by to humanized source branch name by
MergeRequests::BuilService, which is used by new_project_merge_request_path.
parent 54c20837
No related branches found
No related tags found
Loading
Loading
Loading
@@ -19,8 +19,7 @@ module MergeRequestsHelper
source_project_id: event.project.id,
target_project_id: target_project.id,
source_branch: event.branch_name,
target_branch: target_project.repository.root_ref,
title: event.branch_name.titleize.humanize
target_branch: target_project.repository.root_ref
}
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment