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

14 行
218 B

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