17 lines
621 B
Text
17 lines
621 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.
|
|
.share_with
|
|
#facebox_header
|
|
= person_image_link(person, :size => :thumb_small)
|
|
%h4
|
|
= t('.share_with', :name => person.name)
|
|
|
|
.description
|
|
= t('.accepts', :name => person.first_name)
|
|
|
|
|
|
= render :partial => 'contacts/share_with_list',
|
|
:locals => {:person => person, :contact => contact,
|
|
:aspects_with_person => aspects_with_person,
|
|
:aspects_without_person => aspects_without_person}
|