diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb index bfd0fbcb3c1..ad7044b24a8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/profiles_helper.rb @@ -23,7 +23,7 @@ module ProfilesHelper end def label_for_rules_count(profile) - label="#{profile.active_rules.count} rules" + label="#{profile.count_active_rules} rules" count_overriding=profile.count_overriding_rules if count_overriding>0 |