Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
diaspora
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
60d49eb4
Commit
60d49eb4
authored
Nov 28, 2016
by
Armando Lüscher
Committed by
Benjamin Neff
Nov 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the duplicate "stream" container which already gets added in the "messages" partial.
closes #7228
parent
fa71af71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
app/views/conversations/_show.haml
app/views/conversations/_show.haml
+1
-2
No files found.
app/views/conversations/_show.haml
View file @
60d49eb4
...
...
@@ -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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment