diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-29 07:23:31 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-29 07:23:31 +0000 |
commit | 732e032a26c74077c454586c1f8fe3cbef989cee (patch) | |
tree | 603a17685c1c4e459119aac12af6c51886af627c /sonar-server | |
parent | dc20e4561cfc7e7cbfbc70f4d1f4c9c546a9fda0 (diff) | |
download | sonarqube-732e032a26c74077c454586c1f8fe3cbef989cee.tar.gz sonarqube-732e032a26c74077c454586c1f8fe3cbef989cee.zip |
remove the update center link from sidebar (feature is postponed to next release)
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 1 |
1 files changed, 0 insertions, 1 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 e223aab7811..fcd2e986714 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 @@ -74,7 +74,6 @@ <li class="<%= 'selected' if request.request_uri.include?('/settings') -%>"><a href="<%= ApplicationController.root_context -%>/settings/index">Settings</a></li> <li class="<%= 'selected' if controller.controller_path=='backup' -%>"><a href="<%= ApplicationController.root_context -%>/backup">Backup</a></li> <li class="<%= 'selected' if controller.controller_path=='system' -%>"><a href="<%= ApplicationController.root_context -%>/system">System info</a></li> - <li class="<%= 'selected' if controller.controller_path=='plugins' -%>"><a href="<%= ApplicationController.root_context -%>/plugins">Upgrades (BETA)</a></li> <% end %> <% end %> |