An open source, stand-alone, customisable public spending data web app.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

suppliers.haml 242 B

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