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

5 lines
108 B
Plaintext
Raw Normal View History

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