diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 3bc2075..b5c48f6 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -15,7 +15,7 @@ <%= time_ago_in_words(comment.created_at) %> <%= t(:ago) %>
- <%= auto_link_urls(comment.body) %> + <%= auto_link(comment.body) %>
<% if current_user %> <% if comment.user == current_user %>