From: Julien Lancelot Date: Thu, 12 May 2016 13:30:56 +0000 (+0200) Subject: SONAR-6696 Replace event description by name in history page X-Git-Tag: 5.6-RC1~116 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aac58f3d481f23639a900489cd52857c0f16b1b2;p=sonarqube.git 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) --- 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 -%>