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.
 
 
 
 
 

8 lines
153 B

  1. %h1 Authorities
  2. %table
  3. - auths.each do |auth|
  4. %tr
  5. %td
  6. %a{ :href => slug(auth['authority_name']) }
  7. = auth['authority_name']