From f405b38527c05b23fb876a21a995697c360acf8d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Mon, 27 Jan 2014 15:30:18 +0100 Subject: [PATCH] SONAR-4868 Fix vertical align and highlight external links --- .../WEB-INF/app/views/updatecenter/system_updates.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 27b0710468f..9399514f7bc 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 @@ -48,6 +48,7 @@ + @@ -93,17 +94,18 @@ <% end %>
  • Stop Sonar
  • <%= link_to 'Download', release.getDownloadUrl(), :class => 'external' -%> and install - SonarQube <%= release.getVersion() -%> after having carefully read the upgrade guide. + SonarQube <%= release.getVersion() -%> after having carefully read the upgrade guide.
  • Start Sonar
  • <% else %> <%= link_to 'Download', release.getDownloadUrl(), :class => 'external' -%> and install - SonarQube <%= release.getVersion() -%> after having carefully read the upgrade guide. + SonarQube <%= release.getVersion() -%> after having carefully read the upgrade guide. <% end %> +
    Date:
    -- 2.39.5