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 lines
223 B

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