diff --git a/app/views/moderation/comments/index.html.erb b/app/views/moderation/comments/index.html.erb index fd52d4a66..e391d9e5e 100644 --- a/app/views/moderation/comments/index.html.erb +++ b/app/views/moderation/comments/index.html.erb @@ -26,7 +26,7 @@ <%= t("moderation.comments.index.headers.comment") %> - <%= t("moderation.comments.index.headers.moderate") %> + <%= t("moderation.comments.index.headers.moderate") %> @@ -34,7 +34,7 @@ <%= comment.commentable_type.constantize.model_name.human %> - - <%= link_to comment.commentable.title, commentable_path(comment) %> + <%= link_to comment.commentable.title, commentable_path(comment) %>
<%= l comment.updated_at.to_date %>  •