From 5925c7c06ab6b2632019c67cbb1eb76695d71b2f Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 22 Apr 2015 14:15:25 +0200 Subject: [PATCH] SONAR-6439 The "Quality Profiles" page should start by a short description message explaining the concept of Quality Profiles --- .../main/hbs/quality-profiles/_quality-profiles-intro.hbs | 5 +++++ .../main/hbs/quality-profiles/quality-profiles-layout.hbs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 server/sonar-web/src/main/hbs/quality-profiles/_quality-profiles-intro.hbs 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'}}
-- 2.39.5