mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
- note = notes.first
|
|
%tr.notes_holder
|
|
%td.notes_line{ colspan: 2 }
|
|
%td.notes_content
|
|
%ul.notes{ data: { discussion_id: note.discussion_id } }
|
|
= render partial: "projects/notes/note", collection: notes, as: :note
|
|
.discussion-reply-holder
|
|
= link_to_reply_discussion(note)
|