gitlabhq/app/views/notes/_notes.html.haml

5 lines
83 B
Plaintext
Raw Normal View History

2011-10-17 18:48:10 +02:00
- @notes.each do |note|
- next unless note.author
= render "note", note: note
2011-10-17 18:48:10 +02:00