<%= image_tag('speedup_rails/icons.png', alt: '', style: 'clip: rect(0, 20px, 20px, 0px); left: 0;') %>
<%= data.count %> problems <% if data.any? %>
<% data.each do |problem| %>
<%= problem[:caller].gsub(/\n/, '
').html_safe %>
<% end %>
<% end %>