Merge branch 'stable' into develop
This commit is contained in:
commit
810f24db74
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
.stream_container
|
.stream_container
|
||||||
|
|
||||||
- if user_signed_in? && current_user.person == @person
|
- if user_signed_in? && current_user.person.id == @person.id
|
||||||
= render 'publisher/publisher', publisher_aspects_for(nil)
|
= render 'publisher/publisher', publisher_aspects_for(nil)
|
||||||
|
|
||||||
.stream.clearfix#main_stream
|
.stream.clearfix#main_stream
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue