diaspora/app/views/people/share_with.html.haml
2011-01-08 13:11:54 -08:00

19 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 => 'share_with_pane',
:locals => {:person => @person,
:contact => @contact,
:aspects_with_person => @aspects_with_person,
:aspects_without_person => @aspects_without_person}