From 1a2aa3cb462b042ec956078471af61dbc6aa1e7a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Tue, 1 Jul 2014 11:10:47 +0200 Subject: [PATCH] SONAR-5138 Revert to old layout, with Coding Rules first --- .../WEB-INF/app/views/layouts/_layout.html.erb | 7 ++++++- .../views/layouts/_menu_coding_rules.html.erb | 17 ----------------- 2 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 8a1185ef7b2..f3ca4d13826 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -21,7 +21,12 @@
  • <%= message('issues.page') -%>
  • - <%= render :partial => 'layouts/menu_coding_rules', :locals => { :selected_section => selected_section } -%> +
  • + <%= message('coding_rules.page') -%> +
  • +
  • + <%= message('quality_profiles.page') -%> +
  • <%= message('quality_gates.page') -%>
  • 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 deleted file mode 100644 index 138852a8a0b..00000000000 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb +++ /dev/null @@ -1,17 +0,0 @@ -
  • - - <%= message('coding_rules.page') -%> - - - - -
  • -- 2.39.5