mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
11 lines
366 B
Plaintext
11 lines
366 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
|
|
%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)
|