From f53691ceedc8d635d0fe44c7d9e61781fa5fefb3 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Wed, 13 May 2015 17:13:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E6=98=AFNews?= =?UTF-8?q?=E7=9A=84=E9=99=84=E4=BB=B6=E6=98=BE=E7=A4=BA=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/courses/show.html.erb b/app/views/courses/show.html.erb index c46ee2d03..2a818b892 100644 --- a/app/views/courses/show.html.erb +++ b/app/views/courses/show.html.erb @@ -21,7 +21,7 @@
<%= l :label_activity_time %> : <%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %>

- <%= link_to_attachments_course(e) %> + <%= link_to_attachments_course(e) if e.is_a?(News) %>