Remove the duplicate "stream" container which already gets added in the "messages" partial.
closes #7228
This commit is contained in:
parent
fa71af71c1
commit
60d49eb423
1 changed files with 1 additions and 2 deletions
|
|
@ -25,5 +25,4 @@
|
|||
- for participant in conversation.participants
|
||||
= person_image_link(participant, :size => :thumb_small)
|
||||
|
||||
.stream
|
||||
= render partial: 'messages', locals: { conversation: conversation }
|
||||
= render partial: "messages", locals: {conversation: conversation}
|
||||
|
|
|
|||
Loading…
Reference in a new issue