An open source, stand-alone, customisable public spending data web app.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

home.haml 198 B

14 yıl önce
14 yıl önce
1234567891011
  1. .grid_12
  2. %ul#breadcrumb
  3. %li.home
  4. %h2 Directorates
  5. - for directorate in @directorates
  6. %p
  7. %a{ :href=> "/directorates/#{directorate.slug}" }
  8. = directorate.name