Use double quotes in app/views/legislation

This commit is contained in:
Julian Herrero
2019-03-14 17:12:56 +01:00
parent 25ed245689
commit 2b83be1c7c
39 changed files with 179 additions and 179 deletions

View File

@@ -9,21 +9,21 @@
<% if comment.body.length > 250 %>
<div class="comment-expand">
<%= link_to legislation_process_draft_version_annotation_path(annotation.draft_version.process, annotation.draft_version, annotation) do %>
<%= t('legislation.annotations.comments.see_complete') %>
<%= t("legislation.annotations.comments.see_complete") %>
<% end %>
</div>
<% end %>
<div class="comment-replies" id="annotation-<%= annotation.id %>-comments">
<%= link_to legislation_process_draft_version_annotation_path(annotation.draft_version.process, annotation.draft_version, annotation, anchor: "comment_#{comment.id}") do %>
<%= t('legislation.annotations.comments.replies_count', count: comment.children.size) %>
<%= t("legislation.annotations.comments.replies_count", count: comment.children.size) %>
<% end %>
</div>
</div>
<div class="comment-votes">
<div id="<%= dom_id(comment) %>_votes" class="comment-votes float-right">
<%= render 'comments/votes', comment: comment %>
<%= render "comments/votes", comment: comment %>
</div>
</div>
</div>
</div>
<% end %>
<% end %>