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

5 lines
117 B
Text
Raw Normal View History

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