mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
- note = discussion_notes.first
|
|
.panel.panel-default
|
|
.notes{ data: { discussion_id: note.discussion_id } }
|
|
%ul.notes.timeline
|
|
= render partial: "projects/notes/note", collection: discussion_notes, as: :note
|
|
= link_to_reply_discussion(note)
|