From: Stas Vilchik Date: Wed, 22 Apr 2015 12:15:25 +0000 (+0200) Subject: SONAR-6439 The "Quality Profiles" page should start by a short description message... X-Git-Tag: 5.2-RC1~2155 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5925c7c06ab6b2632019c67cbb1eb76695d71b2f;p=sonarqube.git SONAR-6439 The "Quality Profiles" page should start by a short description message explaining the concept of Quality Profiles --- diff --git a/server/sonar-web/src/main/hbs/quality-profiles/_quality-profiles-intro.hbs b/server/sonar-web/src/main/hbs/quality-profiles/_quality-profiles-intro.hbs new file mode 100644 index 00000000000..18c66bc063e --- /dev/null +++ b/server/sonar-web/src/main/hbs/quality-profiles/_quality-profiles-intro.hbs @@ -0,0 +1,5 @@ +
+

Quality Profiles are collections of rules to apply during an analysis.

+

For each language there is a default profile. All projects not explicitly assigned to some other profile will be + analyzed with the default.

+
diff --git a/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-layout.hbs b/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-layout.hbs index 91e2e23a237..45418b72636 100644 --- a/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-layout.hbs +++ b/server/sonar-web/src/main/hbs/quality-profiles/quality-profiles-layout.hbs @@ -4,6 +4,6 @@
-
-
+
 
+
{{> '_quality-profiles-intro'}}