19 lines
605 B
Text
19 lines
605 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3. See
|
|
-# the COPYRIGHT file.
|
|
|
|
#friend_pictures
|
|
= owner_image_link
|
|
- for friend in @friends
|
|
= person_image_link(friend)
|
|
|
|
-unless @aspect == :all
|
|
= link_to (image_tag('add_friend_button.png', :height => "50px", :width => "50px")), "#add_request_pane", :id => 'add_request_button'
|
|
|
|
.yo{:style => 'display:none'}
|
|
#add_request_pane
|
|
= render "requests/new_request", :aspect => @aspect
|
|
-else
|
|
.clear
|
|
= link_to t('.add_friends'), aspects_manage_path
|
|
|