diff --git a/app/views/blog_comments/show.html.erb b/app/views/blog_comments/show.html.erb index 7143e980b..963567ba4 100644 --- a/app/views/blog_comments/show.html.erb +++ b/app/views/blog_comments/show.html.erb @@ -92,7 +92,11 @@
<%= format_time( @article.created_on)%>
- <%=render :partial =>"users/intro_content", :locals=>{:user_activity_id =>@article.id, :content=>@article.content} %> +
+
+ <%= @article.content.to_s.html_safe %> +
+
<%#= link_to_attachments_course @topic, :author => false %>