From 496325114a614c2b97c39b03f21011a8f275be6e Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 8 Nov 2010 09:44:31 +0000 Subject: [PATCH] update center: the refresh link on system updates is not correct --- .../WEB-INF/app/views/updatecenter/system_updates.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb index 7ea54286386..d0b92b2838d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb @@ -98,5 +98,5 @@ end end %> - <%= render :partial => 'updatecenter/status', :locals => {:action => 'updates' } %> + <%= render :partial => 'updatecenter/status', :locals => {:action => 'system_updates' } %> -- 2.39.5