_notes_list.html.haml 108 Bytes Edit Raw Blame History 1 2 3 4 - @notes.each do |note| - next unless note.author = render partial: "notes/show", locals: {note: note}