From d82d451848ce591722ffb1426b0d06454a358298 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Thu, 20 Sep 2012 00:07:16 +0200 Subject: [PATCH] SONAR-3802 move link of reviews from sidebar to top nav bar --- .../resources/org/sonar/l10n/core.properties | 2 ++ .../WEB-INF/app/views/layouts/_layout.html.erb | 16 ++++------------ 2 files changed, 6 insertions(+), 12 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 5af08a41b80..339e93dec12 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 @@ -287,6 +287,8 @@ layout.ask_a_questions=Ask a question 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 017707fa4fc..77295ad8bf2 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 @@ -11,16 +11,10 @@ @@ -58,8 +52,6 @@ <% end %> -
  • - <%= message('reviews.page') -%>
  • <%= message('dependencies.page') -%>
  • -- 2.39.5