remove app/views/people/aspect_list
This commit is contained in:
parent
4056c0da9e
commit
8bc64bdf4f
1 changed files with 0 additions and 20 deletions
|
|
@ -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'
|
|
||||||
Loading…
Reference in a new issue