[#558] Reduce version info in help link

This commit is contained in:
Holger Just 2012-01-16 13:08:25 +01:00
parent 0407abbd56
commit dbbc0b4919
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module Redmine
def app_name; 'ChiliProject' end
def url; 'https://www.chiliproject.org/' end
def help_url
"https://www.chiliproject.org/help/v#{Redmine::VERSION.to_semver}"
"https://www.chiliproject.org/help/v#{ChiliProject::VERSION::MAJOR.to_s}"
end
def versioned_name; "#{app_name} #{Redmine::VERSION}" end