diff --git a/app/components/comment_component/comment_component.html.erb b/app/components/comment_component/comment_component.html.erb index 63494df20..f15e5dde1 100644 --- a/app/components/comment_component/comment_component.html.erb +++ b/app/components/comment_component/comment_component.html.erb @@ -24,7 +24,7 @@ <% end %> <% end %> - <%= link_to time_ago_in_words_tagged(comment.created_at), comment, class: "message-timestamp" %> + <%= link_to time_ago_in_words_tagged(comment.created_at), comment, class: "message-timestamp", rel: "nofollow" %>