]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4636 Prevent 404 requests on branding resources
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 13 May 2014 07:36:22 +0000 (09:36 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 13 May 2014 07:36:22 +0000 (09:36 +0200)
sonar-server/src/main/less/style.less
sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb

index dee81837691f824f183ec9395337cb6af78b9a38..41c7e7a8c544570bd58ea41666c3b5b3f0f66a37 100644 (file)
@@ -314,7 +314,7 @@ h1 img, .h1 img, h2 img, .h2 img, h3 img, .h3 img, h4 img, .h4 img {
 
 /* ------------------- SETUP / MIGRATION PAGES ------------------- */
 .migration {
-  background-image: url("../images/sonarqube-24x100.png");
+  background-image: url("../images/logo.png");
   background-repeat: no-repeat;
   background-position: top right;
 }
index bb353397e4d8342069cab02327701844c8dd3d0f..8917874ce9c74bfb64d331d11fbcd06b50d993de 100644 (file)
@@ -11,7 +11,7 @@
 </style>
 
 <div id="maintenance">
-<div id="maintenancelogo"><a href="http://www.sonarqube.org"><%= image_tag('sonarqube-24x100.png', :class => 'png') -%></a></div>
+<div id="maintenancelogo"><a href="http://www.sonarqube.org"><%= image_tag('logo.png', :class => 'png') -%></a></div>
 <h1>SonarQube is under maintenance. <a href="<%= ApplicationController.root_context -%>/">Please check back later.</a></h1>
 <p>Whilst waiting, you might want to check <a href="http://sonar-plugins.codehaus.org">new plugins</a> to extend the current functionality. </p><p>If you are an administrator and have no idea why this message is showing, you should read the <a href="http://docs.codehaus.org/x/CIF7BQ">upgrade guide</a>.</p>
 </div>