Browse Source

Remove add media links

main
Adrian Short 4 years ago
parent
commit
88a8ff5ce8
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      views/authority.haml
  2. +0
    -4
      views/media.haml

+ 0
- 4
views/authority.haml View File

@@ -29,10 +29,6 @@
RSS feed for InLinkUK media stories in RSS feed for InLinkUK media stories in
= auth['authority_name'] = auth['authority_name']


%p
%a.button{ :href => 'https://github.com/adrianshort/kiosks-campaign/issues/1' }
Add more media here

- if stories.size > 0 - if stories.size > 0
%table %table
- stories.each do |item| - stories.each do |item|


+ 0
- 4
views/media.haml View File

@@ -4,10 +4,6 @@
%a{ :rel => 'alternate', :type => 'application/rss+xml', :href => 'index.xml' } %a{ :rel => 'alternate', :type => 'application/rss+xml', :href => 'index.xml' }
RSS feed RSS feed


%p
%a.button{ :href => 'https://github.com/adrianshort/kiosks-campaign/issues/1' }
Add more media here

%table %table
- stories.reverse_each do |story| - stories.reverse_each do |story|
%tr %tr


Loading…
Cancel
Save