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.

layout.haml 1.0 KiB

il y a 6 ans
1234567891011121314151617181920212223242526272829303132333435
  1. !!!5
  2. %html
  3. %head
  4. %title= page_title ? page_title + " · Sutton Elections" : "Sutton Elections · Your guide to voting and election results in the London Borough of Sutton"
  5. %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' }
  6. %meta{ :name => 'referrer', :content => 'no-referrer' }
  7. %meta{ :name => 'viewport', :content => 'width=device-width, initial-scale=1' }
  8. %body
  9. #header.noprint
  10. #header_inner
  11. %h1 Sutton Elections
  12. %ul.menu
  13. %li
  14. %a{ :href => '/' } Home
  15. - Body.each do |body|
  16. %li
  17. %a{ :href => "/bodies/#{body.slug}" }<
  18. = body.name
  19. %li
  20. %a{ :href => '/candidates' } Candidates
  21. %li
  22. %a{ :href => '/guides' } Guides
  23. %li
  24. %a{ :href => '/about' } About
  25. #main
  26. -# - if flash[:notice]
  27. -# #notice
  28. -# %p= flash[:notice]
  29. -# - if flash[:error]
  30. -# #error
  31. -# %p= flash[:error]
  32. = yield