gitlab-org--gitlab-foss/app/views/notes/_notes_list.html.haml

5 lines
117 B
Plaintext

- @notes.each do |note|
- next unless note.author
= render :partial => "notes/show", :locals => {:note => note}