From: Stas Vilchik Date: Mon, 20 Apr 2015 08:16:19 +0000 (+0200) Subject: SONAR-5851 some fixes X-Git-Tag: 5.2-RC1~2198 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a789df43e7384d15edb21ebfe978bbd12be63cdc;p=sonarqube.git SONAR-5851 some fixes --- diff --git a/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile-details.hbs b/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile-details.hbs index b1c487315c4..554aebc60a0 100644 --- a/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile-details.hbs +++ b/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-profile-details.hbs @@ -4,7 +4,7 @@

{{formatMeasure activeRuleCount 'INT'}} - activate rules + {{tp 'quality_profile.x_active_rules' ''}}

{{#notEmpty rulesSeverities}}
diff --git a/server/sonar-web/src/main/js/quality-profiles/helpers.js b/server/sonar-web/src/main/js/quality-profiles/helpers.js index a385e045af6..d241c123e17 100644 --- a/server/sonar-web/src/main/js/quality-profiles/helpers.js +++ b/server/sonar-web/src/main/js/quality-profiles/helpers.js @@ -20,8 +20,7 @@ (function () { Handlebars.registerHelper('profileUrl', function (key) { - //FIXME change me - return baseUrl + '/quality_profiles/show?key=' + encodeURIComponent(key); + return baseUrl + '/profiles/show?key=' + encodeURIComponent(key); }); Handlebars.registerHelper('exporterUrl', function (profile, exporterKey) {