_notes.html.haml 83 Bytes
- @notes.each do |note|
  - next unless note.author
  = render "note", note: note