diff --git a/app/views/news/_course_show.html.erb b/app/views/news/_course_show.html.erb
index 03731373c..6e03e8e34 100644
--- a/app/views/news/_course_show.html.erb
+++ b/app/views/news/_course_show.html.erb
@@ -123,9 +123,10 @@
-
+
<%= textilizable(comment.comments) %>
- |
+
+
<%= format_time(comment.created_on) %> |
diff --git a/app/views/news/_project_show.html.erb b/app/views/news/_project_show.html.erb
index 66580ddd5..665094cc8 100644
--- a/app/views/news/_project_show.html.erb
+++ b/app/views/news/_project_show.html.erb
@@ -80,7 +80,9 @@
<%= link_to_attachments @news %>
@@ -115,22 +117,35 @@ <% next if comment.new_record? %>
+ <%= textilizable(comment.comments) %> -