fix autolink urls
This commit is contained in:
parent
5e65c94ab6
commit
2157372cb5
@ -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 %>
|
||||||
|
Loading…
Reference in New Issue
Block a user