From e0aee2b93d6f05ca9a61e96741ba8eae01272878 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Thu, 19 Jun 2014 12:08:11 +0200 Subject: [PATCH] SONAR-5138 Add menu to switch b/w Coding Rules and Quality Profiles --- .../views/layouts/_menu_coding_rules.html.erb | 19 +++++++++++++++++++ .../app/views/layouts/_menu_projects.html.erb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create 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/_menu_coding_rules.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb new file mode 100644 index 00000000000..822c84bf948 --- /dev/null +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_coding_rules.html.erb @@ -0,0 +1,19 @@ +
  • + + <%= message('coding_rules.page') -%> + + + + + +
  • + + diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb index f1c1401c77a..4d18b7b330c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_menu_projects.html.erb @@ -43,4 +43,4 @@ } <% end %> - \ No newline at end of file + -- 2.39.5