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 /sonar-server/src | |
parent | 3ce3844db8566721459e8773e88ba7d915be4750 (diff) | |
download | sonarqube-0b846718dbf09e45d7b07b530d7e92f77ca15822.tar.gz sonarqube-0b846718dbf09e45d7b07b530d7e92f77ca15822.zip |
SONAR-3802 Remove the link 'Reviews' from top nav bar
Diffstat (limited to 'sonar-server/src')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
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"> |