An open source, stand-alone, customisable public spending data web app.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

suppliers.haml 225 B

12345678910111213
  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.slug}" }
  11. = supplier.name