Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
549 B

  1. %h1 Latest decisions
  2. = download_button('kiosks-decisions.csv')
  3. %table
  4. %thead
  5. %tr
  6. %th Authority
  7. %th Reference
  8. %th Decided
  9. %th Address
  10. %th Decision
  11. %tbody
  12. - apps.each do |app|
  13. %tr
  14. %td.nowrap
  15. %a{ href: authority_url(app['authority_name']) }
  16. = app['authority_name']
  17. %td
  18. %a{ href: app['info_url']}
  19. = app['council_reference']
  20. %td.nowrap= short_date(app['date_decision'])
  21. %td= app['address']
  22. %td= cleanup(app['decision'])