From 60d49eb42335199ff5121a3fa82c79f2c73ef034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Mon, 28 Nov 2016 00:06:03 +0100 Subject: [PATCH] Remove the duplicate "stream" container which already gets added in the "messages" partial. closes #7228 --- app/views/conversations/_show.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/conversations/_show.haml b/app/views/conversations/_show.haml index 3611d6613..5efbb8029 100644 --- a/app/views/conversations/_show.haml +++ b/app/views/conversations/_show.haml @@ -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}