Remove the duplicate "stream" container which already gets added in the "messages" partial.

closes #7228
This commit is contained in:
Armando Lüscher 2016-11-28 00:06:03 +01:00 committed by Benjamin Neff
parent fa71af71c1
commit 60d49eb423

View file

@ -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}