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