Files
gitlabhq/app/views/projects/notes/_diff_notes_with_reply.html.haml
T
2014-06-24 13:34:46 +03:00

13 lines
402 B
Plaintext

- 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.js-toggle-content
%td.notes_line{ colspan: 2 }
%span.btn.disabled
%i.icon-comment
= notes.count
%td.notes_content
%ul.notes{ rel: note.discussion_id }
= render notes
= link_to_reply_diff(note)