gitlabhq/app/views/notes/_diff_notes_with_reply.html.haml

12 lines
289 B
Plaintext
Raw Normal View History

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