Files
grecia/app/views/legislation/annotations/_comment_header.html.erb
Javi Martín b4b33926cf Fix HTML closing tags
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.
2025-03-07 16:02:07 +01:00

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>