Merges annotations
This commit is contained in:
10
app/views/legislation/annotations/_comment_header.html.erb
Normal file
10
app/views/legislation/annotations/_comment_header.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<span class="icon-comment" aria-hidden="true"></span>
|
||||
|
||||
<div class="comment-number">
|
||||
<%= t('legislation.annotations.comments.comments_count',
|
||||
count: annotation.comments.roots.count) %>
|
||||
</div>
|
||||
|
||||
<span id="annotation-link" data-sub-annotation-ids="8">
|
||||
<%= render "annotation_link", annotation: annotation %>
|
||||
<span>
|
||||
Reference in New Issue
Block a user