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