From aac58f3d481f23639a900489cd52857c0f16b1b2 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 12 May 2016 15:30:56 +0200 Subject: [PATCH] SONAR-6696 Replace event description by name in history page Event description is no more computed since 5.2, so the name is used instead (even if it contains less information about the change) --- .../src/main/webapp/WEB-INF/app/views/project/history.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/history.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/history.html.erb index 42952020d52..a3bce339e61 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/history.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/project/history.html.erb @@ -143,7 +143,7 @@ - <%= image_tag "event_profile.png", :alt => message('project_history.col.profile') + ": " + profile_event.description_text if profile_event -%> + <%= image_tag "event_profile.png", :alt => message('project_history.col.profile') + ": " + profile_event.name if profile_event -%> -- 2.39.5