From 2b83be1c7c2f77eb2ee58ca48dfc112039a3aeb5 Mon Sep 17 00:00:00 2001 From: Julian Herrero Date: Thu, 14 Mar 2019 17:12:56 +0100 Subject: [PATCH] Use double quotes in app/views/legislation --- .../annotations/_comments.html.erb | 8 ++--- .../annotations/_comments_box.html.erb | 4 +-- .../annotations/_comments_box_form.js.erb | 14 ++++---- .../legislation/annotations/_form.html.erb | 6 ++-- .../_slim_version_chooser.html.erb | 18 +++++------ .../annotations/_version_chooser.html.erb | 12 +++---- .../legislation/annotations/comments.js.erb | 4 +-- .../legislation/annotations/index.html.erb | 14 ++++---- .../annotations/new_comment.js.erb | 4 +-- .../legislation/annotations/show.html.erb | 20 ++++++------ .../draft_versions/_comments_panel.html.erb | 6 ++-- .../draft_versions/changes.html.erb | 20 ++++++------ .../legislation/draft_versions/show.html.erb | 30 ++++++++--------- .../legislation/processes/_header.html.erb | 6 ++-- .../legislation/processes/_key_dates.html.erb | 8 ++--- .../processes/_proposals_content.html.erb | 8 ++--- .../legislation/processes/debate.html.erb | 6 ++-- .../legislation/processes/index.html.erb | 2 +- .../processes/phase_empty.html.erb | 6 ++-- .../processes/phase_not_open.html.erb | 8 ++--- .../legislation/processes/proposals.html.erb | 8 ++--- app/views/legislation/processes/show.html.erb | 6 ++-- .../legislation/proposals/_actions.html.erb | 4 +-- .../proposals/_categories.html.erb | 2 +- .../legislation/proposals/_comments.html.erb | 6 ++-- .../proposals/_featured_proposal.html.erb | 2 +- .../proposals/_featured_votes.html.erb | 14 ++++---- .../proposals/_flag_actions.html.erb | 4 +-- .../legislation/proposals/_form.html.erb | 12 +++---- .../legislation/proposals/_geozones.html.erb | 2 +- .../proposals/_notifications.html.erb | 2 +- .../legislation/proposals/_proposal.html.erb | 6 ++-- .../legislation/proposals/_votes.html.erb | 32 +++++++++---------- app/views/legislation/proposals/map.html.erb | 2 +- app/views/legislation/proposals/show.html.erb | 22 ++++++------- .../questions/_answer_form.html.erb | 2 +- .../_participation_not_allowed.html.erb | 8 ++--- .../legislation/questions/_question.html.erb | 4 +-- app/views/legislation/questions/show.html.erb | 16 +++++----- 39 files changed, 179 insertions(+), 179 deletions(-) diff --git a/app/views/legislation/annotations/_comments.html.erb b/app/views/legislation/annotations/_comments.html.erb index b86ae1287..ea746bac0 100644 --- a/app/views/legislation/annotations/_comments.html.erb +++ b/app/views/legislation/annotations/_comments.html.erb @@ -9,21 +9,21 @@ <% if comment.body.length > 250 %>
<%= 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 %>
<% end %>
<%= 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 %>
- <%= render 'comments/votes', comment: comment %> + <%= render "comments/votes", comment: comment %>
-<% end %> \ No newline at end of file +<% end %> diff --git a/app/views/legislation/annotations/_comments_box.html.erb b/app/views/legislation/annotations/_comments_box.html.erb index d76d273c1..4fe50f225 100644 --- a/app/views/legislation/annotations/_comments_box.html.erb +++ b/app/views/legislation/annotations/_comments_box.html.erb @@ -11,12 +11,12 @@