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.

directorate.haml 384 B

14 years ago
14 years ago
12345678910111213141516171819202122
  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