gitlabhq/app/views/notes/_notes_list.html.haml
2011-10-17 19:48:10 +03:00

5 lines
117 B
Plaintext

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