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>
|
<span class="prettydate"><%= time_ago_in_words(comment.created_at) %> <%= t(:ago) %></span>
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
<%= auto_link_urls(comment.body) %>
|
<%= auto_link(comment.body) %>
|
||||||
</div>
|
</div>
|
||||||
<% if current_user %>
|
<% if current_user %>
|
||||||
<% if comment.user == current_user %>
|
<% if comment.user == current_user %>
|
||||||
|
Reference in New Issue
Block a user