From d3483c1cd5a12b3088abc53412aa90e37ccab03c Mon Sep 17 00:00:00 2001 From: danielvincent <danielgrippi@gmail.com> Date: Tue, 7 Dec 2010 00:00:34 -0800 Subject: [PATCH] forgot to remove something... --- app/views/aspects/index.html.haml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml index e349c350d0..9dbf397a5e 100644 --- a/app/views/aspects/index.html.haml +++ b/app/views/aspects/index.html.haml @@ -21,11 +21,5 @@ = will_paginate @posts .span-8.last - - - if @request_count > 0 - #new_request_pane{:class => "everyone"} - %h1.new_request{:style => 'text-align:center'} - = new_request_link(@request_count) - = render 'aspects/all_aspects_contacts' -- GitLab