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.
 
 
 
 
 

22 lines
508 B

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