Removed unused method.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8065 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a398faa5d7
commit
7362cd2e10
|
@ -5,11 +5,6 @@ module Redmine
|
||||||
def url; 'http://www.redmine.org/' end
|
def url; 'http://www.redmine.org/' end
|
||||||
def help_url; 'http://www.redmine.org/guide' end
|
def help_url; 'http://www.redmine.org/guide' end
|
||||||
def versioned_name; "#{app_name} #{Redmine::VERSION}" end
|
def versioned_name; "#{app_name} #{Redmine::VERSION}" end
|
||||||
|
|
||||||
# Creates the url string to a specific Redmine issue
|
|
||||||
def issue(issue_id)
|
|
||||||
url + 'issues/' + issue_id.to_s
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue