diff --git a/app/views/messages/_course_show.html.erb b/app/views/messages/_course_show.html.erb index 8aa1f71bc..1611bc725 100644 --- a/app/views/messages/_course_show.html.erb +++ b/app/views/messages/_course_show.html.erb @@ -71,7 +71,7 @@ <%= link_to @topic.try(:author).try(:realname), user_path(@topic.author,:host=>Setting.host_user), :class => "linkBlue2", :target=> "_blank" %> <% end %> -
<%= format_date( @topic.created_on)%>
+
<%= format_time( @topic.created_on)%>
<%= @topic.content.html_safe%> @@ -109,9 +109,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_date(reply.created_on) %> + <%= format_time(reply.created_on) %>