aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-10-25 11:54:05 +0000
committerGodin <mandrikov@gmail.com>2010-10-25 11:54:05 +0000
commite8383c78619c9fd37576589955bb7eb3dc3bf7c5 (patch)
tree79ce2bd8b2743c3da71db31c40bc987e2985e3be /sonar-server
parent22203e7f1d2cf7067d42677f489175822310e64e (diff)
downloadsonarqube-e8383c78619c9fd37576589955bb7eb3dc3bf7c5.tar.gz
sonarqube-e8383c78619c9fd37576589955bb7eb3dc3bf7c5.zip
Reactivate link for update center
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb1
1 files changed, 1 insertions, 0 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 fcd2e986714..e223aab7811 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,6 +74,7 @@
<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 %>