From e8d9d53bcc4f07d8d3a9b8e1d26d0374f6c717a5 Mon Sep 17 00:00:00 2001 From: yutao <283765470@qq.com> Date: Sat, 13 Jun 2015 10:10:36 +0800 Subject: [PATCH] =?UTF-8?q?bug#2832:=E8=AE=A8=E8=AE=BA=E5=8C=BA=EF=BC=9A?= =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E5=B8=A6=E6=9C=89=E5=9B=BE=E7=89=87=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9=EF=BC=8C=E5=9C=A8=E5=8A=A8=E6=80=81=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=97=B6=EF=BC=8C=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E4=BD=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/show.html.erb | 1 + app/views/projects/show.html.erb | 1 + 2 files changed, 2 insertions(+) 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) %>