Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

body.haml 582 B

il y a 6 ans
il y a 13 ans
il y a 13 ans
il y a 8 ans
il y a 13 ans
il y a 13 ans
il y a 13 ans
il y a 13 ans
il y a 8 ans
12345678910111213141516171819202122232425262728
  1. %h1= body.name
  2. %h2 Elections
  3. %table
  4. %thead
  5. %tr
  6. %th
  7. %th
  8. %th turnout
  9. - elections.each do |election|
  10. %tr
  11. %td
  12. %a{ :href => "/bodies/#{body.slug}/elections/#{election.d}" }<
  13. = short_date(election.d)
  14. %td
  15. = election.kind
  16. %td.right
  17. - if election.turnout_percent
  18. = format_percent(election.turnout_percent)
  19. %h2
  20. = body.districts_name.capitalize
  21. - districts.each do |district|
  22. %p
  23. %a{ :href => "/bodies/#{body.slug}/#{body.districts_name}/#{district.slug}" }
  24. = district.name