From c821826bd8f4cef5b89c8f164f2ad07590d27f58 Mon Sep 17 00:00:00 2001 From: cxt Date: Mon, 28 Dec 2015 15:17:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E6=8F=8F=E8=BF=B0-=E3=80=8B?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E7=90=86=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/_revise_attachment.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/student_work/_revise_attachment.html.erb b/app/views/student_work/_revise_attachment.html.erb index 2279856da..dabf9715a 100644 --- a/app/views/student_work/_revise_attachment.html.erb +++ b/app/views/student_work/_revise_attachment.html.erb @@ -9,7 +9,7 @@ <%= render :partial => 'work_attachments_status', :locals => {:attachments => work.attachments.where("attachtype = 7"), :status => 2} %> 追加时间:<%=format_time revise_attachment.created_on.to_s %>  (<%=revise_attachment_status @homework,revise_attachment %>)
<% unless revise_attachment.description == "" %> - 附件描述:

<%=revise_attachment.description %>

+ 追加理由:

<%=revise_attachment.description %>

<% end %>
@@ -24,7 +24,7 @@ <%= render :partial => 'work_attachments_status', :locals => {:attachments => work.attachments.where("attachtype = 7"), :status => 1} %> 追加时间:<%=format_time revise_attachment.created_on.to_s %>
<% unless revise_attachment.description == "" %> - 附件描述:

<%=revise_attachment.description %>

+ 追加理由:

<%=revise_attachment.description %>

<% end %> <% end %>