diff --git a/app/views/feeds/index.html.haml b/app/views/feeds/index.html.haml index f7d47d4..5cc180d 100644 --- a/app/views/feeds/index.html.haml +++ b/app/views/feeds/index.html.haml @@ -10,7 +10,6 @@ %th %th %th - %th - @feeds.each do |f| %tr @@ -35,7 +34,6 @@ %td %td %td - %td #new_feed = render 'form'