]> source.dussan.org Git - sonarqube.git/commitdiff
remove the update center link from sidebar (feature is postponed to next release)
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 29 Sep 2010 07:23:31 +0000 (07:23 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 29 Sep 2010 07:23:31 +0000 (07:23 +0000)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb

index e223aab7811900ea95abd373e6bb3ca8f9554ae9..fcd2e986714a349294e5294c386f39e4bca51d61 100644 (file)
@@ -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 %>