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.
 
 
 
 
 

20 lines
507 B

  1. %h1 Media
  2. %p
  3. %a{ :rel => 'alternate', :type => 'application/rss+xml', :href => 'index.xml' }
  4. RSS feed
  5. %table
  6. - stories.reverse_each do |story|
  7. %tr
  8. %td.nowrap= short_date(story['publish_date'])
  9. %td.nowrap= story['publication']
  10. %td
  11. %a{ :href => story['url'] }<
  12. = story['title']
  13. -#
  14. %div.tags
  15. - story['authorities'].split('|').each do |authority|
  16. %a{ :href => authority_url(authority) }<
  17. = authority