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

@@ -1,7 +1,7 @@
<div class="comment-box">
<div class="comment-header">
<span class="icon-comment" aria-hidden="true"></span>
<div class="comment-number"><%= t('legislation.annotations.comments.comments_count', count: 0) %></div>
<div class="comment-number"><%= t("legislation.annotations.comments.comments_count", count: 0) %></div>
</div>
<div class="comments-wrapper">
@@ -15,8 +15,8 @@
<%= f.text_area :text %>
<div class="comment-actions">
<a class="cancel-comment" href="#" data-cancel-annotation><%= t('legislation.annotations.comments.cancel') %></a>
<%= f.submit value: t('legislation.annotations.comments.publish_comment'), class: 'button publish-comment' %>
<a class="cancel-comment" href="#" data-cancel-annotation><%= t("legislation.annotations.comments.cancel") %></a>
<%= f.submit value: t("legislation.annotations.comments.publish_comment"), class: "button publish-comment" %>
</div>
<%= f.hidden_field :quote %>