fix autolink urls

This commit is contained in:
Lee Lawlor 2014-07-11 23:21:51 -04:00
parent 5e65c94ab6
commit 2157372cb5

View File

@ -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 %>