diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 0000f8cc0..8d45b5469 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -26,9 +26,9 @@
<% if comment.as_administrator? %> - <%= t("comments.comment.admin") %> #<%= comment.administrator_id%> + <%= t("comments.comment.admin") %> #<%= comment.administrator_id %> <% elsif comment.as_moderator? %> - <%= t("comments.comment.moderator") %> #<%= comment.moderator_id%> + <%= t("comments.comment.moderator") %> #<%= comment.moderator_id %> <% else %> <% if comment.user.hidden? || comment.user.erased? %> @@ -72,7 +72,7 @@
<% if comment.children.size > 0 %> - <%= link_to "#{dom_id(comment)}", class: "js-toggle-children relative", data: {'id': "#{dom_id(comment)}"} do %> + <%= link_to "", class: "js-toggle-children relative", data: {'id': "#{dom_id(comment)}"} do %> <%= t("shared.hide") %> <%= t("comments.comment.responses", count: comment.children.size) %>