gitlabhq/app/views/notes/_per_line_notes_with_reply.html.haml
2012-12-03 22:51:55 +01:00

4 lines
126 B
Plaintext

- notes.each do |note|
= render "notes/per_line_note", note: note
= render "notes/per_line_reply_button", note: notes.first