From 179762f9bf56648ea5e22541719bd7a991c9e400 Mon Sep 17 00:00:00 2001 From: CharlotteGilhooly Date: Fri, 10 Aug 2012 19:59:24 +0100 Subject: [PATCH] Removed redundant ths/tds --- app/views/feeds/index.html.haml | 2 -- 1 file changed, 2 deletions(-) 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'