diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-24 16:56:25 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-24 16:56:25 +0200 |
commit | 0b846718dbf09e45d7b07b530d7e92f77ca15822 (patch) | |
tree | d6b86b400274febda1f5febe292790e0afe549aa | |
parent | 3ce3844db8566721459e8773e88ba7d915be4750 (diff) | |
download | sonarqube-0b846718dbf09e45d7b07b530d7e92f77ca15822.tar.gz sonarqube-0b846718dbf09e45d7b07b530d7e92f77ca15822.zip |
SONAR-3802 Remove the link 'Reviews' from top nav bar
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 3 |
2 files changed, 0 insertions, 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 @@ <li> <a href="<%= ApplicationController.root_context -%>/"><%= message('layout.dashboards') -%></a> </li> - <li> - <a href="<%= ApplicationController.root_context -%>/reviews"><%= message('layout.reviews') -%></a> - </li> </ul> </div> <div id="nav"> |