2012-11-20 17:46:55 +01:00
|
|
|
- note = notes.first # example note
|
2012-12-02 20:43:39 +01:00
|
|
|
%tr.notes_holder
|
2012-11-18 00:41:30 +01:00
|
|
|
%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 }
|
2012-11-18 00:41:30 +01:00
|
|
|
= 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
|