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.
 
 
 
 
 

24 lines
564 B

  1. %h1 Media
  2. %p
  3. %a{ :href => 'index.xml' }
  4. RSS feed
  5. %p
  6. %a.button{ :href => 'https://github.com/adrianshort/kiosks-campaign/issues/1' }
  7. Add more media here
  8. %table
  9. - stories.reverse_each do |story|
  10. %tr
  11. %td.nowrap= short_date(story['publish_date'])
  12. %td.nowrap= story['publication']
  13. %td
  14. %a{ :href => story['url'] }<
  15. = story['title']
  16. -#
  17. %div.tags
  18. - story['authorities'].split('|').each do |authority|
  19. %a{ :href => authority_url(authority) }<
  20. = authority