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.
 
 
 
 

12 lines
196 B

  1. .grid_12
  2. %ul#breadcrumb
  3. %li.home
  4. %h2 Directorates
  5. - for directorate in @directorates
  6. %p
  7. %a{ :href=> "/directorates/#{directorate.id}" }
  8. = directorate.name