summaryrefslogtreecommitdiff
path: root/app/views/notes/_notes.html.haml
blob: adb5dfcbf18741de0e635f3958670f0d65a88be2 (plain)
1
2
3
4
- @notes.each do |note|
  - next unless note.author
  = render "note", note: note