<%= link_to image_tag(url_to_avatar(reply.author), :width => 33,:height => 33), user_path(reply.author) %>
@@ -109,7 +112,9 @@
<%= link_to reply.try(:author).try(:realname), user_path(reply.author_id,:host=>Setting.host_user), :class => "newsBlue mr10 f14" %>
<% end %>
-
<%= reply.content.html_safe%>
+
+ <%= reply.content.html_safe%>
+
<%= format_time(reply.created_on) %>