From 36a23709e49c9e2c20ca806534e36e4e8b472783 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 4 Jun 2013 16:28:29 +0200 Subject: [PATCH] SONAR-4303 larger modal window of issue detail --- .../src/main/webapp/WEB-INF/app/views/issues/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb index e6646fe8ffb..75fb3bc95a9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb @@ -72,7 +72,7 @@ <%= message("issue.resolution.#{issue.resolution}") if issue.resolution -%> - 'show', :id => issue.key, :modal => true -%>'> + 'show', :id => issue.key, :modal => true -%>'> <%= h truncate(issue.message, :length => 100) -%> -- 2.39.5