18 lines
588 B
Text
18 lines
588 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
- content_for :head do
|
|
= include_javascripts :aspects
|
|
|
|
#edit_aspect_pane
|
|
- if @contacts.count > 0
|
|
%h4= t('.add_existing')
|
|
= render 'shared/contact_list', :aspect_id => aspect.id, :contacts => contacts, :manage => defined?(manage)
|
|
|
|
= render 'shared/add_contact', :aspect_id => aspect.id
|
|
|
|
%hr
|
|
.big_buttons
|
|
= button_to t('.remove_aspect'), aspect, :method => "delete", :confirm => t('.confirm_remove_aspect')
|
|
|