Merge pull request #64 from finnlabs/fix/replace_app_name_in_footer

replaces app_name with OpenProject
pull/41/head
Martin Czuchra 12 years ago
commit 35798e96da
  1. 6
      lib/redmine/info.rb

@ -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

Loading…
Cancel
Save