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}