summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_diff_notes_with_reply.html.haml
blob: 11f9859a90f4e7c4004d9cd77646784ab9f49d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- 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 }
      %span.discussion-notes-count
        %i.fa.fa-comment
        = notes.count
    %td.notes_content
      %ul.notes{ data: { discussion_id: note.discussion_id } }
        = render notes
      .discussion-reply-holder
        = link_to_reply_diff(note)