diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-10 10:35:18 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-14 14:53:02 +0200 |
commit | 1806b35d6a928eff464ade70627edf03c4066eb3 (patch) | |
tree | 351c0bef149a9331374f49ffe72cc721e34c28f7 /server | |
parent | 0a0522f18f9267c0e895905530f0e8221e2c5bb9 (diff) | |
download | sonarqube-1806b35d6a928eff464ade70627edf03c4066eb3.tar.gz sonarqube-1806b35d6a928eff464ade70627edf03c4066eb3.zip |
SONAR-5713 Display note with note CSS class
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/hbs/coding-rules/coding-rules-quality-profile-activation.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-quality-profile-activation.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-quality-profile-activation.hbs index 82c3c09a8fc..e407448a8bb 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-quality-profile-activation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-quality-profile-activation.hbs @@ -37,7 +37,7 @@ </tr> {{#if isCustomRule}} <tr class="property"> - <td colspan="2">{{t 'coding_rules.custom_rule.activation_notice'}}</td> + <td colspan="2" class="note">{{t 'coding_rules.custom_rule.activation_notice'}}</td> {{else}} {{#each params}} <tr class="property"> |