An open source, stand-alone, customisable public spending data web app.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 14 roky
před 14 roky
před 14 roky
před 14 roky
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.