From 45ce9e0643b6a7f54f9e83377884cc861c406b9f Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Tue, 22 May 2012 09:26:28 +0200 Subject: [PATCH] SONAR-3218 Update message of "migration running" page --- .../WEB-INF/app/views/setup/migration_running.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5