From 8bc64bdf4f2996a51b5719624bd35a2c220f614f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= Date: Mon, 29 Oct 2012 20:26:08 -0200 Subject: [PATCH] remove app/views/people/aspect_list --- app/views/people/_aspect_list.haml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/views/people/_aspect_list.haml diff --git a/app/views/people/_aspect_list.haml b/app/views/people/_aspect_list.haml deleted file mode 100644 index 90bb6b5ac..000000000 --- a/app/views/people/_aspect_list.haml +++ /dev/null @@ -1,20 +0,0 @@ --# Copyright (c) 2010-2011, Diaspora Inc. This file is --# licensed under the Affero General Public License version 3 or later. See --# the COPYRIGHT file. - -- content_for :head do - =javascript_include_tag 'contact-list' -.aspects - - / TODO(*) add following method in contact - - if contact && contact.persisted? - .badges{:class => ("hidden" if !contact.persisted?)} - = aspect_badges(aspects_with_person, :link => true) - %p - = link_to t('.edit_membership'), - {:controller => "contacts", - :action => "edit", - :id => contact.id, - :person_id => person.id}, - :class => 'button', - :rel => 'facebox'