From: Fabrice Bellingard Date: Tue, 22 May 2012 07:26:28 +0000 (+0200) Subject: SONAR-3218 Update message of "migration running" page X-Git-Tag: 3.1~143 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=45ce9e0643b6a7f54f9e83377884cc861c406b9f;p=sonarqube.git SONAR-3218 Update message of "migration running" page --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb index cee75c53e0c..73ad2d3398b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb @@ -6,10 +6,8 @@
<%= image_tag 'loading.gif' -%> - Database upgrade is currently running. + Sonar Database is currently upgrading.

- Started : <%= l start_time -%> -
- Duration: <%= distance_of_time_in_words(start_time, Time.now) -%> + Started <%= distance_of_time_in_words(start_time, Time.now) -%> (<%= l start_time -%>)
\ No newline at end of file