diaspora/app/views/contacts/_share_with_pane.html.haml
2011-03-17 15:19:12 -07:00

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}