mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
scm: fix git and mercurial branch list box action
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9612 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -369,7 +369,8 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def to_path_param(path)
|
||||
path.to_s.split(%r{[/\\]}).select {|p| !p.blank?}
|
||||
str = path.to_s.split(%r{[/\\]}).select{|p| !p.blank?}.join("/")
|
||||
str.blank? ? nil : str
|
||||
end
|
||||
|
||||
def pagination_links_full(paginator, count=nil, options={})
|
||||
|
||||
Reference in New Issue
Block a user