gitlab-org--gitlab-foss/app/views/notes/_diff_notes_with_reply.html...

12 lines
289 B
Plaintext
Raw Normal View History

2012-11-20 16:46:55 +00:00
- note = notes.first # example note
2012-12-02 19:43:39 +00:00
%tr.notes_holder
%td.notes_line{ colspan: 2 }
%span.btn.disabled
%i.icon-comment
= notes.count
%td.notes_content
2012-12-02 19:43:39 +00:00
%ul.notes{ rel: note.discussion_id }
= render notes
2012-11-17 19:34:52 +00:00
2012-12-02 19:43:39 +00:00
= render "notes/discussion_reply_button", note: note