diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb index 54d176e0388..7c2e5f83d8d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb @@ -1,5 +1,5 @@ # -# Sonar, entreprise quality control tool. +# SonarQube, open source software quality management tool. # Copyright (C) 2008-2013 SonarSource # mailto:contact AT sonarsource DOT com # @@ -43,4 +43,4 @@ module ResourceHelper '(' + (value1.to_i - value2.to_i).to_s + '/' + value1 + ')' end -end
\ No newline at end of file +end |