]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4303 larger modal window of issue detail
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 4 Jun 2013 14:28:29 +0000 (16:28 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 4 Jun 2013 14:28:49 +0000 (16:28 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issues/_list.html.erb

index e6646fe8ffbd59c36ff746ebf6b7d3270562fc41..75fb3bc95a935f7af301031cff3b6ae9527f067a 100644 (file)
@@ -72,7 +72,7 @@
             <%= message("issue.resolution.#{issue.resolution}") if issue.resolution -%>
           </td>
           <td>
-            <a class='open-modal rule-modal' modal-width='800' href='<%= url_for :controller => 'issue', :action => 'show', :id => issue.key, :modal => true -%>'>
+            <a class='open-modal rule-modal' modal-width='900' href='<%= url_for :controller => 'issue', :action => 'show', :id => issue.key, :modal => true -%>'>
               <%= h truncate(issue.message, :length => 100) -%></a>
           </td>
           <td>