app/views/speedup_rails/collectors/_request.html.erb in speedup-rails-0.0.2 vs app/views/speedup_rails/collectors/_request.html.erb in speedup-rails-0.0.3
- old
+ new
@@ -1,3 +1,3 @@
-<%= image_tag('speedup_rails/input.png') %> <%= data[:controller] %>#<%= data[:action] %>
-<%= image_tag('speedup_rails/time.png') %> <%= (data[:duration] * 100).round.to_f / 100 %> ms
+<%= image_tag('speedup_rails/input.png', alt: '') %> <%= data[:controller] %>#<%= data[:action] %>
+<%= image_tag('speedup_rails/time.png', alt: '') %> <%= (data[:duration] * 100).round.to_f / 100 %> ms