gitlabhq/app/views/notes/_notes_list.html.haml
Dmitriy Zaporozhets 6b030fd41d 1.1pre1
2011-10-21 20:04:41 +03:00

5 lines
117 B
Plaintext

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