Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

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