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.

пре 14 година
пре 14 година
12345678910111213141516171819202122232425262728293031
  1. .grid_12
  2. %ul#breadcrumb
  3. %li.home
  4. %a{ :href => '/'} Home
  5. %li
  6. %a{ :href => '/directorates' } Directorates
  7. %li
  8. = @directorate.name
  9. %h2= @page_title = @directorate.name + " Directorate"
  10. .clear
  11. .grid_6
  12. %h3 Services
  13. - for service in @directorate.services
  14. %p
  15. %a{ :href => "/services/#{service.slug}" }
  16. = service.name
  17. .grid_6
  18. %h3 Suppliers
  19. - for supplier in @directorate.suppliers
  20. %p
  21. %a{ :href => "/suppliers/#{supplier.slug}" }
  22. = supplier.name