remove app/views/aspects/aspect_contacts
This commit is contained in:
parent
1961ab3326
commit
3743eac10d
1 changed files with 0 additions and 30 deletions
|
|
@ -1,30 +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 '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"
|
||||
|
||||
Loading…
Reference in a new issue