diff options
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/updatecenter/system_updates.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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' } %> </div> |