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.

authorities.haml 153 B

5 years ago
12345678
  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']