fix autolink urls
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
<span class="prettydate"><%= time_ago_in_words(comment.created_at) %> <%= t(:ago) %></span>
|
||||
<br>
|
||||
<div>
|
||||
<%= auto_link_urls(comment.body) %>
|
||||
<%= auto_link(comment.body) %>
|
||||
</div>
|
||||
<% if current_user %>
|
||||
<% if comment.user == current_user %>
|
||||
|
Reference in New Issue
Block a user