An open source, stand-alone, customisable public spending data web app.
Você não pode selecionar mais de 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.
 
 
 
 

82 linhas
2.0 KiB

  1. .grid_12
  2. -#
  3. %ul#breadcrumb
  4. %li.home
  5. .clear
  6. .grid_6
  7. %h2 Council Services
  8. - for directorate in @directorates
  9. %p
  10. %a{ :href=> "/directorates/#{directorate.slug}" }
  11. = directorate.name
  12. .grid_6
  13. .callout{ :style => "padding: 5px 30px;" }
  14. %p
  15. Armchair Auditor lets you see how your council spends your money.
  16. %p
  17. For the
  18. %a{ :href => "#{SETTING.org_url}" }<
  19. = SETTING.org_name
  20. we've got:
  21. %ul
  22. %li
  23. %a{ :href => "/services" }
  24. = commify(@services_count)
  25. council services
  26. %li
  27. %a{ :href => "/suppliers" }
  28. = commify(@suppliers_count)
  29. suppliers
  30. %li
  31. = commify(@payments_count)
  32. payments
  33. .clear
  34. .grid_3.home_subheads
  35. %h3
  36. Big picture,
  37. %br
  38. small details
  39. .grid_3.home_subheads
  40. %h3 Talk about it
  41. .grid_3.home_subheads
  42. %h3 Open data
  43. .grid_3.home_subheads
  44. %h3 Open source
  45. .clear
  46. .grid_3
  47. %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.
  48. %p Armchair Auditor lets you do both.
  49. .grid_3
  50. %p Armchair Auditor doesn't just let you see how your council spends its money &mdash; it lets you talk about it too.
  51. %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.
  52. .grid_3
  53. %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.
  54. %p Every page prints beautifully, too.
  55. .grid_3
  56. %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.
  57. %p
  58. %a{ :href => "http://github.com/adrianshort/Armchair-Auditor" }
  59. Get the code on Github.