diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 8626e0c..d1d5431 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -87,7 +87,7 @@ table { } td { - padding: 0 20px 20px 0; + padding: 0 20px 30px 0; background-color: #fff; } diff --git a/app/views/feeds/index.html.haml b/app/views/feeds/index.html.haml index 98e9f46..062f760 100644 --- a/app/views/feeds/index.html.haml +++ b/app/views/feeds/index.html.haml @@ -17,8 +17,6 @@ %td .feed_title = link_to f.title, f - %br - =# link_to f.feed_url, f.feed_url %td.right= f.posts.size %td - if f.last_fetched.nil?