Files
grecia/app/views/legislation/draft_versions/_comments_panel.html.erb
Javi Martín 220b1de01e Remove duplicate text in table of contents
We were using different divs to show the same text in different
positions, but we can use the same one and rotate it when appropriate.
2020-11-16 19:43:45 +01:00

16 lines
612 B
Plaintext

<div class="small-12 calc-comments end column js-toggle-allegations">
<div class="draft-panel">
<span class="icon-comments" aria-hidden="true"></span>
<span class="panel-title"><%= t("legislation.draft_versions.show.text_comments") %></span>
</div>
<div id="comments-box" class="comments-box-container" style="display: none;">
<div class="comment-box">
<div class="comment-header">
<span class="icon-comment" aria-hidden="true"></span>
<div class="comment-number"><%= t("legislation.draft_versions.show.loading_comments") %></div>
</div>
</div>
</div>
</div>