]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6696 Replace event description by name in history page 962/head
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 12 May 2016 13:30:56 +0000 (15:30 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 13 May 2016 09:14:38 +0000 (11:14 +0200)
Event description is no more computed since 5.2, so the name is used instead (even if it contains less information about the change)

server/sonar-web/src/main/webapp/WEB-INF/app/views/project/history.html.erb

index 42952020d52b2a171daf668abf0f63397f0c5076..a3bce339e61e1e8dcd2054b55661ba1423556d8c 100644 (file)
         </td>
 
         <td class="thin nowrap">
-          <%= 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 -%>
         </td>
 
         <td class="thin nowrap text-right" style="padding-left:10px; padding-right:10px">