diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-08 09:44:31 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-08 09:44:31 +0000 |
commit | 496325114a614c2b97c39b03f21011a8f275be6e (patch) | |
tree | 55f0f566302a8d107774fe6e1e4fcfd1705e7a76 | |
parent | 5a88bcea0ffe9916150dc0b673c7e7381b706019 (diff) | |
download | sonarqube-496325114a614c2b97c39b03f21011a8f275be6e.tar.gz sonarqube-496325114a614c2b97c39b03f21011a8f275be6e.zip |
update center: the refresh link on system updates is not correct
-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> |