debian-mirror-gitlab/app/views/projects/notes/_diff_notes_with_reply.html.haml
2016-08-24 12:49:21 +05:30

7 lines
263 B
Text

- note = notes.first
%tr.notes_holder
%td.notes_line{ colspan: 2 }
%td.notes_content
%ul.notes{ data: { discussion_id: note.discussion_id } }
= render partial: "projects/notes/note", collection: notes, as: :note
= link_to_reply_discussion(note)