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 @@