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