diaspora/app/views/people/share_with.html.haml
2010-12-18 15:25:21 +01:00

18 lines
610 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
.share_with_header
= person_image_link(@person, :size => :thumb_medium)
%h3
= t('.share_with', :name => @person.name)
%p
= 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}