summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_notes.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/notes/_notes.html.haml')
-rw-r--r--app/views/projects/notes/_notes.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/notes/_notes.html.haml b/app/views/projects/notes/_notes.html.haml
index 62db86fb181..4eeaf70e987 100644
--- a/app/views/projects/notes/_notes.html.haml
+++ b/app/views/projects/notes/_notes.html.haml
@@ -6,7 +6,8 @@
= render discussion_notes
- else
- = render 'projects/notes/discussion', discussion_notes: discussion_notes
+ %li.note.note-discussion.timeline-entry
+ = render 'projects/notes/discussion', discussion_notes: discussion_notes
- else
- @notes.each do |note|
- next unless note.author