Commit 7be7cf29 authored by Ciro Santilli's avatar Ciro Santilli

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
...@@ -19,8 +19,7 @@ module MergeRequestsHelper ...@@ -19,8 +19,7 @@ module MergeRequestsHelper
source_project_id: event.project.id, source_project_id: event.project.id,
target_project_id: target_project.id, target_project_id: target_project.id,
source_branch: event.branch_name, source_branch: event.branch_name,
target_branch: target_project.repository.root_ref, target_branch: target_project.repository.root_ref
title: event.branch_name.titleize.humanize
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment