An open source, stand-alone, customisable public spending data web app.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

services.haml 235 B

12345678910111213
  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