summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_diff_notes_with_reply.html.haml
blob: 39be072855ae014157db8f6ab1c038e2e2782088 (plain)
1
2
3
4
5
6
7
8
9
10
- note = notes.first # example note
-# Check if line want not changed since comment was left
- if !defined?(line) || line == note.diff_line
  %tr.notes_holder
    %td.notes_line{ colspan: 2 }
    %td.notes_content
      %ul.notes{ data: { discussion_id: note.discussion_id } }
        = render notes
      .discussion-reply-holder
        = link_to_reply_diff(note)