17 lines
621 B
Text
17 lines
621 B
Text
-# Copyright (c) 2011, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
.dropdown{:class => "hang_#{hang}"}
|
|
.button.toggle
|
|
= t('.toggle', :count => contact.aspects.size)
|
|
▼
|
|
|
|
.wrapper
|
|
%ul.dropdown_list{:unSelectable => 'on', 'data-person_id' => ((@person.id) if @person)}
|
|
- for aspect in @all_aspects
|
|
= aspect_dropdown_list_item(aspect, contact, person)
|
|
|
|
%li.newItem
|
|
.add_aspect
|
|
= link_to "Add a new aspect", new_aspect_path(:person_id => person.id), :rel => 'facebox'
|