From: simonbrandhof Date: Thu, 4 Nov 2010 14:08:12 +0000 (+0000) Subject: fix system updates on chrome X-Git-Tag: 2.6~661 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dcb65233c8cecc782be884623b1adcf495df75f8;p=sonarqube.git fix system updates on chrome --- 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 aaf3e5a0f69..2be50e1b221 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 @@ -4,7 +4,13 @@ list-style-position: inside; } - + <%= render :partial => 'updatecenter/tabs', :locals => {:tab => 'system_updates'} -%>
@@ -60,15 +66,15 @@ <% update.getIncompatiblePlugins().each do |incompatible_plugin| %>
  • <%= image_tag 'warning.png' -%> The plugin <%= incompatible_plugin.getName() -%> is not compatible and must be uninstalled.
    - -
    + +
  • <% end %> <% update.getPluginsToUpgrade().each do |plugin_to_upgrade| %>
  • Upgrade the plugin <%= plugin_to_upgrade.getArtifact().getName() -%>.
    - -
    + +
  • <% end %>
  • <%= link_to 'Download', release.getDownloadUrl(), :class => 'external' -%> and carefully read the upgrade guide.