From 0b846718dbf09e45d7b07b530d7e92f77ca15822 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 24 Sep 2012 16:56:25 +0200 Subject: [PATCH] SONAR-3802 Remove the link 'Reviews' from top nav bar --- .../src/main/resources/org/sonar/l10n/core.properties | 1 - .../src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 3 --- 2 files changed, 4 deletions(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index ebbd93c34c6..228c8e39dea 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -289,7 +289,6 @@ layout.plugins=Plugins layout.evaluation=Embedded database should be used for evaluation purpose only layout.ie6_warn=Your web browser is outdated. This website may not display correctly. layout.dashboards=Dashboards -layout.reviews=Reviews sidebar.project_settings=Configuration sidebar.security=Security 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 0bf5418a25b..e9def77b129 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 @@ -14,9 +14,6 @@
  • <%= message('layout.dashboards') -%>
  • -
  • - <%= message('layout.reviews') -%> -