From: Simon Brandhof Date: Thu, 20 Jun 2013 11:39:39 +0000 (+0200) Subject: Fix issue popup from paginated issue widget X-Git-Tag: 3.6~5^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d6bb3befad80ac760624f0a9947aff2dbd07f164;p=sonarqube.git Fix issue popup from paginated issue widget --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb index 0b248d3b9a0..3dd2a4bf56f 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/project/widgets/issues/_issues_list.html.erb @@ -89,7 +89,7 @@ - 'show', :id => issue.key, :modal => true %>'> + <%= h truncate(issue.message, :length => 100) -%> <% if last_comment %>