|
1234567891011121314151617181920212223 |
- %h1 Media
-
- %p
- %a{ :href => 'index.xml' }
- RSS feed
-
- %p
- %a.button{ :href => 'https://github.com/adrianshort/kiosks-campaign/issues/1' }
- Add more media here
-
- %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
|