]> source.dussan.org Git - sonarqube.git/commitdiff
Fix typos and format on "Database is up-to-date" page.
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 4 Sep 2013 08:52:55 +0000 (10:52 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 4 Sep 2013 11:14:38 +0000 (13:14 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/setup/db_uptodate.html.erb

index 7029edacb8de301500ca79d5bf9ced6b1ff70340..63b3c49006db4693604d320a691dea70a63348d0 100644 (file)
@@ -1,11 +1,10 @@
 <meta http-equiv='refresh' content='5;url=<%= home_path -%>'>
 
 <div class="notice migration" style="padding:10px">
-  <%= image_tag 'accept.png' -%>
-  <b>Database is up-to-date.</b>
+  <%= image_tag 'accept.png' -%> <b>Database is up-to-date.</b>
   <br/>
   <br/>
-  You will be redirected shortly to Sonar.
+  You will be redirected shortly to SonarQube.
   <br/>
-  <i>(if this doesn't happen, you can <a href="<%= home_path -%>">click here to be redirected</a>.)</i>
+  <i>(if this does not happen, you can <a href="<%= home_path -%>">click here to be redirected</a>)</i>
 </div>
\ No newline at end of file