Skip to content

Commit

Permalink
Remove the duplicate "stream" container which already gets added in t…
Browse files Browse the repository at this point in the history
…he "messages" partial.

closes #7228
  • Loading branch information
noplanman authored and SuperTux88 committed Nov 28, 2016
1 parent fa71af7 commit 60d49eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/conversations/_show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 60d49eb

Please sign in to comment.