_notes_list.html.haml 89 Bytes
- @notes.each do |note|
  - next unless note.author
  = render "notes/note", note: note