Commit 60d49eb4 authored by Armando Lüscher's avatar Armando Lüscher Committed by Benjamin Neff
Browse files

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

closes #7228
parent fa71af71
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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}