In some places, we accidentally opened the same tag twice instead of closing it, while in some other places we closed a tag without opening it in the first place. We've detected these issues thanks to the HTML Beautifier gem, which we're about to start using for indentation purposes.
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
<%= render Shared::CommentsCountComponent.new(annotation.comments.roots.count) %>
|
|
|
|
<span id="annotation-link" data-sub-annotation-ids="8">
|
|
<%= render "annotation_link", annotation: annotation %>
|
|
</span>
|