Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

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