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.
 
 
 
 

74 lines
2.0 KiB

  1. .grid_12
  2. .clear
  3. .grid_6
  4. %h2 Council Services
  5. - for directorate in @directorates
  6. %p
  7. %a{ :href=> "/directorates/#{directorate.slug}" }
  8. = directorate.name
  9. .grid_6
  10. .callout{ :style => "padding: 5px 30px;" }
  11. %p
  12. Armchair Auditor lets you see how your council spends your money.
  13. %p
  14. For
  15. %a{ :href => "#{SETTING.org_url}" }<
  16. = SETTING.org_name
  17. we've got:
  18. %ul
  19. %li
  20. %a{ :href => "/services" }
  21. = commify(@services_count)
  22. council services
  23. %li
  24. %a{ :href => "/suppliers" }
  25. = commify(@suppliers_count)
  26. suppliers
  27. %li
  28. = commify(@payments_count)
  29. payments
  30. .clear
  31. -#
  32. .grid_3.home_subheads
  33. %h3
  34. Big picture,
  35. %br
  36. small details
  37. .grid_3.home_subheads
  38. %h3 Talk about it
  39. .grid_3.home_subheads
  40. %h3 Open data
  41. .grid_3.home_subheads
  42. %h3 Open source
  43. .clear
  44. .grid_3
  45. %p Sometimes you want a high-level view of how much money is being spent by each council service or paid to each supplier. Other times you want to examine the details right down to individual payments.
  46. %p Armchair Auditor lets you do both.
  47. .grid_3
  48. %p Armchair Auditor doesn't just let you see how your council spends its money &mdash; it lets you talk about it too.
  49. %p There's a comments thread for every council service, supplier and even each individual payment so you can add more information and your opinions.
  50. .grid_3
  51. %p Open data is free for you to use in any way you choose. Armchair Auditor lets you download your council's spending data into an Excel spreadsheet and any other program that can read CSV files.
  52. %p Every page prints beautifully, too.
  53. .grid_3
  54. %p If you want to use Armchair Auditor's software to publish your own council's data, it's free. Or you can use it as the starting point for your own custom project.
  55. %p
  56. %a{ :href => "https://github.com/adrianshort/armchair-auditor" }
  57. Get the code on GitHub.