Commit e65bccfc authored by Annabel Dunstone's avatar Annabel Dunstone

Remove comment count & icon from side by side view

parent d76878b9
...@@ -4,9 +4,6 @@ ...@@ -4,9 +4,6 @@
%tr.notes_holder %tr.notes_holder
- if note1 - if note1
%td.notes_line.old %td.notes_line.old
%span.btn.disabled
%i.fa.fa-comment
= notes_left.count
%td.notes_content.parallel.old %td.notes_content.parallel.old
%ul.notes{ data: { discussion_id: note1.discussion_id } } %ul.notes{ data: { discussion_id: note1.discussion_id } }
= render notes_left = render notes_left
...@@ -19,9 +16,6 @@ ...@@ -19,9 +16,6 @@
- if note2 - if note2
%td.notes_line.new %td.notes_line.new
%span.btn.disabled
%i.fa.fa-comment
= notes_right.count
%td.notes_content.parallel.new %td.notes_content.parallel.new
%ul.notes{ data: { discussion_id: note2.discussion_id } } %ul.notes{ data: { discussion_id: note2.discussion_id } }
= render notes_right = render notes_right
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment