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.
|
12345678910111213 |
- .grid_12
- %h2 Suppliers
-
- %ul#breadcrumb
- %li.home
- %a{ :href => '/'} Home
- %li
- Suppliers
-
- - for supplier in @suppliers
- %p
- %a{ :href=> "/suppliers/#{supplier.slug}" }
- = supplier.name
|