Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

authorities.haml 153 B

5 년 전
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']