- @last_date = '' - @results.each do |row| - if row.election_d != @last_date - @last_date = row.election_d %h2= row.election_d %table %tr %td{ :style => "background-color: #{row.party_colour}" }   %td= row.party_name %td= row.c_surname %td= to_ordinal(row.position) %td= commify(row.votes)