|
|
@ -15,10 +15,10 @@ |
|
|
|
module Redmine |
|
|
|
module Redmine |
|
|
|
module Info |
|
|
|
module Info |
|
|
|
class << self |
|
|
|
class << self |
|
|
|
def app_name; 'ChiliProject' end |
|
|
|
def app_name; 'OpenProject' end |
|
|
|
def url; 'https://www.chiliproject.org/' end |
|
|
|
def url; 'https://www.openproject.org/' end |
|
|
|
def help_url |
|
|
|
def help_url |
|
|
|
"https://www.chiliproject.org/help/v#{Redmine::VERSION.to_semver}" |
|
|
|
"https://www.openproject.org/projects/support" |
|
|
|
end |
|
|
|
end |
|
|
|
def versioned_name; "#{app_name} #{Redmine::VERSION}" end |
|
|
|
def versioned_name; "#{app_name} #{Redmine::VERSION}" end |
|
|
|
|
|
|
|
|
|
|
|