From: Jean-Baptiste Lievremont Date: Mon, 23 Jun 2014 12:51:00 +0000 (+0200) Subject: SONAR-5138 Make Coding Rules menu more consistent with other nav menus X-Git-Tag: 4.4-RC1~213 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1baf8cc6bd273cbb2f0fb0f2c6a10f82b6507fec;p=sonarqube.git SONAR-5138 Make Coding Rules menu more consistent with other nav menus --- 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 @@ -