diff --git a/app/views/student_work/index.html.erb b/app/views/student_work/index.html.erb index 92f6cdaa2..9fa678bc4 100644 --- a/app/views/student_work/index.html.erb +++ b/app/views/student_work/index.html.erb @@ -88,6 +88,17 @@
<%= @homework.description.html_safe %>
+ +
+
+ <% unless @homework.attachments.empty?%> + 附件: +
+ <%= render :partial => 'student_work/work_attachments', :locals => {:attachments => @homework.attachments} %> +
+ <% end%> +
+
截止时间:<%= @homework.end_time%>