An open source, stand-alone, customisable public spending data web app.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
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
|