diff --git a/app/views/aspects/_aspect_contacts.haml b/app/views/aspects/_aspect_contacts.haml deleted file mode 100644 index 17e3f890d..000000000 --- a/app/views/aspects/_aspect_contacts.haml +++ /dev/null @@ -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" -