mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-08 08:31:31 +00:00
Removed unused helper.
git-svn-id: http://svn.redmine.org/redmine/trunk@13697 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9a7604981b
commit
795b8df7fc
@ -145,10 +145,6 @@ module RepositoriesHelper
|
||||
path.to_s.starts_with?('/') ? path : "/#{path}"
|
||||
end
|
||||
|
||||
def without_leading_slash(path)
|
||||
path.gsub(%r{^/+}, '')
|
||||
end
|
||||
|
||||
def subversion_field_tags(form, repository)
|
||||
content_tag('p', form.text_field(:url, :size => 60, :required => true,
|
||||
:disabled => !repository.safe_attribute?('url')) +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user