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

  1. %h1 Media
  2. %p
  3. %a.button{ :href => 'https://github.com/adrianshort/kiosks/blob/master/media.csv' }
  4. Add more media here
  5. %table
  6. - media_items.each do |item|
  7. %tr
  8. %td.nowrap= short_date(item['publish_date'])
  9. %td.nowrap= item['publication']
  10. %td
  11. %a{ :href => item['url'] }<
  12. = item['title']
  13. -#
  14. %div.tags
  15. - item['authorities'].split('|').each do |authority|
  16. %a{ :href => authority_url(authority) }<
  17. = authority