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 162 B

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