diff --git a/app/views/admin/comments/index.html.erb b/app/views/admin/comments/index.html.erb index e07487bcf..4a2c39cce 100644 --- a/app/views/admin/comments/index.html.erb +++ b/app/views/admin/comments/index.html.erb @@ -18,7 +18,7 @@ <% if comment.commentable.hidden? %> (<%= t("admin.comments.index.hidden_#{comment.commentable_type.downcase}") %>: <%= comment.commentable.title %>) <% else %> - <%= link_to comment.commentable.title, comment.commentable %> + <%= link_to comment.commentable.title, commentable_path(comment) %> <% end %>