You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- %h1 Media
-
- %p
- %a.button{ :href => 'https://github.com/adrianshort/kiosks/blob/master/media.csv' }
- Add more media here
-
- %table
- - media_items.each do |item|
- %tr
- %td.nowrap= short_date(item['publish_date'])
- %td.nowrap= item['publication']
- %td
- %a{ :href => item['url'] }<
- = item['title']
- -#
- %div.tags
- - item['authorities'].split('|').each do |authority|
- %a{ :href => authority_url(authority) }<
- = authority
|