An open source, stand-alone, customisable public spending data web app.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
12345678910111213 |
- .grid_12
- %h2 Services
-
- %ul#breadcrumb
- %li.home
- %a{ :href => '/'} Home
- %li
- Services
-
- - for service in @services
- %p
- %a{ :href=> "/services/#{service.id}" }
- = service.name
|