From ae2b459f0ee5ca5b3dfec767a4c061a9d5e918f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= Date: Tue, 30 Oct 2012 09:17:12 -0200 Subject: [PATCH] remove app/views/aspects/aspect_list_item --- app/views/aspects/_aspect_list_item.haml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 app/views/aspects/_aspect_list_item.haml diff --git a/app/views/aspects/_aspect_list_item.haml b/app/views/aspects/_aspect_list_item.haml deleted file mode 100644 index 00d90df89..000000000 --- a/app/views/aspects/_aspect_list_item.haml +++ /dev/null @@ -1,9 +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. - -%li{:data=>{:guid=>aspect.id}} - %span.name - = link_to aspect.name, aspect - .right - = aspect_membership_button(aspect, contact, person)