diff --git a/app/views/courses/show.html.erb b/app/views/courses/show.html.erb index 0d48dc8d2..09d1aa27d 100644 --- a/app/views/courses/show.html.erb +++ b/app/views/courses/show.html.erb @@ -47,6 +47,7 @@

<%= e.event_description.html_safe %>
+

<%= l :label_activity_time %> : <%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %>

<%= link_to_attachments_course(e) if e.class.to_s == "News" %> diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index ffeeaef82..ca7bb6159 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -70,6 +70,7 @@ :class => "problem_tit fl fb " %>

<%= textAreailizable act,:content %>
+

<%= l :label_create_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>