diff --git a/app/views/student_work/_evaluation_un_work.html.erb b/app/views/student_work/_evaluation_un_work.html.erb
index ebe3d4cc6..2a0962244 100644
--- a/app/views/student_work/_evaluation_un_work.html.erb
+++ b/app/views/student_work/_evaluation_un_work.html.erb
@@ -5,7 +5,7 @@
+
<% student_work_name = student_work.name.nil? || student_work.name.empty? ? student_work.user.show_name + '的作品' : student_work.name%>
@@ -25,7 +25,7 @@
-
+
<% if student_work.created_at && @homework.end_time%>
<%= Time.parse(format_time(student_work.created_at)).strftime("%m-%d %H:%M")%>
<% if Time.parse(@homework.end_time.to_s).strftime("%Y-%m-%d") < Time.parse(format_time(student_work.created_at)).strftime("%Y-%m-%d") %>
@@ -80,6 +80,15 @@
<% end%>
-
点击查看详情
+
点击查看详情
+
diff --git a/app/views/student_work/_evaluation_work.html.erb b/app/views/student_work/_evaluation_work.html.erb
index 81d868a50..e336b0282 100644
--- a/app/views/student_work/_evaluation_work.html.erb
+++ b/app/views/student_work/_evaluation_work.html.erb
@@ -7,13 +7,13 @@
<%= image_tag(url_to_avatar(student_work.user),width:"40", height: "40") %>
-
+
<% student_work_name = student_work.name.nil? || student_work.name.empty? ? student_work.user.show_name + '的作品' : student_work.name%>
<%= link_to student_work_name, student_work_path(student_work),:remote => true,:title => student_work_name, :class => "linkGrey f14 StudentName break_word width285"%>
-
+
-
<%= student_work.user.show_name%>
@@ -27,12 +27,12 @@
-
<%= image_tag(url_to_avatar(""),width:"40", height: "40") %>
- -
+
-
<%= link_to "匿名的作品", student_work_path(student_work),:remote => true,:title => student_work_name, :class => "linkGrey f14 StudentName break_word width285"%>
- -
+
-
- -
+
-
<%= Time.parse(format_time(student_work.created_at)).strftime("%m-%d %H:%M")%>
<% if Time.parse(@homework.end_time.to_s).strftime("%Y-%m-%d") < Time.parse(format_time(student_work.created_at)).strftime("%Y-%m-%d") %>
[迟交]
@@ -58,6 +58,13 @@
-
<%= my_score.nil? ? "--" : format("%.1f",my_score.score)%>
- - 点击查看详情
+ - 点击查看详情
+