Commit 77e90a91 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/helpers/branches_helper.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2f943b06
module BranchesHelper
<<<<<<< HEAD
prepend EE::BranchesHelper
def filter_branches_path(options = {})
exist_opts = {
search: params[:search],
sort: params[:sort]
}
options = exist_opts.merge(options)
project_branches_path(@project, @id, options)
end
=======
>>>>>>> upstream/master
def project_branches
options_for_select(@project.repository.branch_names, @project.default_branch)
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