This commit is contained in:
MrZYX 2011-04-19 00:27:16 +02:00
parent 1fc01c3980
commit c06b885aa7
2 changed files with 8 additions and 1 deletions

View file

@ -5,7 +5,8 @@
.stream_element{:id => person.id} .stream_element{:id => person.id}
.right .right
= render :partial => 'people/relationship_action', = render :partial => 'people/relationship_action',
:locals => { :person => person, :contact => contact, :request => request} :locals => { :person => person, :contact => contact,
:request => request, :current_user => current_user }
= person_image_link(person) = person_image_link(person)

View file

@ -1775,6 +1775,12 @@ ul#request_result
:bottom 25px :bottom 25px
input.add input.add
:color green :color green
.stream_element
.content
:display inline
:position relative
:bottom 2.5em
:padding 0
.contact_list, .contact_list,
.aspect_list .aspect_list