Election results in the London Borough of Sutton.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

24 linhas
502 B

  1. .nav
  2. %a{ :href => "/bodies" }
  3. « Government bodies
  4. %h1= @page_title = @body.name
  5. %h2 Elections
  6. %table
  7. - @elections.each do |election|
  8. %tr
  9. %td
  10. %a{ :href => "/bodies/#{@body.slug}/elections/#{election.d}" }<
  11. = long_date(election.d)
  12. %td
  13. = election.kind
  14. %h2
  15. = @body.districts_name.capitalize
  16. - @districts.each do |district|
  17. %p
  18. %a{ :href => "/bodies/#{@body.slug}/#{@body.districts_name}/#{district.slug}" }
  19. = district.name