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 rivejä
235 B

  1. .grid_12
  2. %ul#breadcrumb
  3. %li.home
  4. %a{ :href => '/'} Home
  5. %li
  6. Services
  7. %h2= @page_title = "Services"
  8. - for service in @services
  9. %p
  10. %a{ :href=> "/services/#{service.slug}" }
  11. = service.name