psanchezp

No table rows

...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
13 tbody 13 tbody
14 tbody 14 tbody
15 - @object_collection.each do |model| 15 - @object_collection.each do |model|
16 + tr
16 - attrs.each do |a| 17 - attrs.each do |a|
17 td = model.send(a) 18 td = model.send(a)
18 td #{model.matches.count} matches 19 td #{model.matches.count} matches
......