You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- - @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)
|