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) %>