not really known
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
339 B

  1. - @last_date = ''
  2. - @results.each do |row|
  3. - if row.election_d != @last_date
  4. - @last_date = row.election_d
  5. %h2= row.election_d
  6. %table
  7. %tr
  8. %td{ :style => "background-color: #{row.party_colour}" }
  9.  
  10. %td= row.party_name
  11. %td= row.c_surname
  12. %td= to_ordinal(row.position)
  13. %td= commify(row.votes)