fixed #1027
This commit is contained in:
parent
1fc01c3980
commit
c06b885aa7
2 changed files with 8 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
.stream_element{:id => person.id}
|
||||
.right
|
||||
= 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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1775,6 +1775,12 @@ ul#request_result
|
|||
:bottom 25px
|
||||
input.add
|
||||
:color green
|
||||
.stream_element
|
||||
.content
|
||||
:display inline
|
||||
:position relative
|
||||
:bottom 2.5em
|
||||
:padding 0
|
||||
|
||||
.contact_list,
|
||||
.aspect_list
|
||||
|
|
|
|||
Loading…
Reference in a new issue