debian-mirror-gitlab/app/views/projects/notes/_diff_notes_with_reply.html.haml
2014-09-02 14:37:02 +02:00

13 lines
417 B
Text

- 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.btn.disabled
%i.icon-comment
= notes.count
%td.notes_content
%ul.notes{ rel: note.discussion_id }
= render notes
.discussion-reply-holder
= link_to_reply_diff(note)