From 1baf8cc6bd273cbb2f0fb0f2c6a10f82b6507fec Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Mon, 23 Jun 2014 14:51:00 +0200 Subject: [PATCH] SONAR-5138 Make Coding Rules menu more consistent with other nav menus --- .../src/main/resources/org/sonar/l10n/core.properties | 1 + .../WEB-INF/app/views/layouts/_menu_coding_rules.html.erb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index c3417124df2..c2769512a69 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -425,6 +425,7 @@ sidebar.tools=Tools action_plans.page=Action Plans action_plans.page.description=Create and administer Action Plans for this project. Action Plans allow you to prioritize and group issues, and to monitor progress on those groups. +all_rules.page=All Rules coding_rules.page=Coding Rules global_permissions.page=Global Permissions global_permissions.page.description=Grant and revoke permissions to make changes at the global level. These permissions include editing quality profiles, sharing dashboards, and performing global system administration. diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb index 974e7483760..138852a8a0b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb @@ -1,7 +1,7 @@
  • - + onclick="showDropdownMenu('coding-rules-menu'); return false;"> <%= message('coding_rules.page') -%> @@ -9,9 +9,9 @@ -
  • -- 2.39.5