|
- %h1 Media
-
- %p
- %a{ :rel => 'alternate', :type => 'application/rss+xml', :href => 'index.xml' }
- RSS feed
-
- %table
- - stories.reverse_each do |story|
- %tr
- %td.nowrap= short_date(story['publish_date'])
- %td.nowrap= story['publication']
- %td
- %a{ :href => story['url'] }<
- = story['title']
- -#
- %div.tags
- - story['authorities'].split('|').each do |authority|
- %a{ :href => authority_url(authority) }<
- = authority
|