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

5 lines
117 B
Plaintext
Raw Normal View History

2011-10-17 16:48:10 +00:00
- @notes.each do |note|
- next unless note.author
= render :partial => "notes/show", :locals => {:note => note}