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.
 
 
 
 
 

27 lines
753 B

  1. %h1 Summary
  2. %p.warning There are typically two applications per kiosk: one for full planning permission or telecoms prior approval, and one for advertisement consent. So the number of kiosks applied for is half the number of applications.
  3. %p= download_button('inlink-summary.csv')
  4. %table#summary
  5. %thead
  6. %tr
  7. %th Authority
  8. %th Status
  9. %th Decision
  10. %th  
  11. %th  
  12. %th Applications
  13. %tbody
  14. - summary.each do |row|
  15. %tr
  16. %td.nowrap
  17. %a{ href: authority_url(row['authority_name']) }
  18. = row['authority_name']
  19. %td= row['status']
  20. %td= row['decision']
  21. %td= cleanup(row['appeal_status'])
  22. %td= cleanup(row['appeal_decision'])
  23. %td.right= row['applications']