gitlabhq/app/views/notes/_notes.html.haml
2012-09-14 21:41:57 +02:00

5 lines
83 B
Plaintext

- @notes.each do |note|
- next unless note.author
= render "note", note: note