From: simonbrandhof Date: Mon, 8 Nov 2010 09:44:31 +0000 (+0000) Subject: update center: the refresh link on system updates is not correct X-Git-Tag: 2.6~635 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=496325114a614c2b97c39b03f21011a8f275be6e;p=sonarqube.git update center: the refresh link on system updates is not correct --- 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' } %>