30 lines
735 B
Text
30 lines
735 B
Text
-# 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 'aspect-contacts'
|
|
:javascript
|
|
EditPane.setTranslations({
|
|
doneEditing: "#{t('.done_editing')}",
|
|
editAspect:"#{t('aspects.show.edit_aspect')}"
|
|
});
|
|
|
|
- if aspect.contacts.count == 0
|
|
:javascript
|
|
$(document).ready(function(){
|
|
EditPane.fadeIn();
|
|
});
|
|
|
|
#left_pane
|
|
.section.contact_pictures
|
|
- for contact in contacts
|
|
= person_image_link(contact[:person])
|
|
|
|
%br
|
|
%br
|
|
%br
|
|
.section
|
|
%h3= t('shared.invitations.invites')
|
|
= render "shared/invitations"
|
|
|