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.
This commit is contained in:
Ciro Santilli 2014-07-26 21:45:34 +02:00
parent 54c2083703
commit 7be7cf2936

View file

@ -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