An open source, stand-alone, customisable public spending data web app.
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.

home.haml 601 B

14 years ago
14 years ago
14 years ago
14 years ago
1234567891011121314151617181920212223242526272829303132
  1. .grid_12
  2. -#
  3. %ul#breadcrumb
  4. %li.home
  5. .clear
  6. .grid_6
  7. %h2 Directorates
  8. - for directorate in @directorates
  9. %p
  10. %a{ :href=> "/directorates/#{directorate.slug}" }
  11. = directorate.name
  12. .grid_6
  13. .callout
  14. %p
  15. Armchair Auditor lets you see how your council spends your money.
  16. %p
  17. We've got
  18. = @payments_count
  19. payments from
  20. %a{ :href => "/services" }
  21. = @services_count
  22. services
  23. at the Royal Borough of Windsor and Maidenhead to
  24. %a{ :href => "/suppliers" }
  25. = @suppliers_count
  26. suppliers.