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

4 lines
141 B
Plaintext
Raw Normal View History

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