Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

20 wiersze
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