diff --git a/app/views/student_work/_evaluation_un_group_member_work.html.erb b/app/views/student_work/_evaluation_un_group_member_work.html.erb
index d373600a5..ac13c57ed 100644
--- a/app/views/student_work/_evaluation_un_group_member_work.html.erb
+++ b/app/views/student_work/_evaluation_un_group_member_work.html.erb
@@ -8,18 +8,18 @@
<%= st.user.show_name %>
(组长)
-
+
学号:<%= st.user.user_extensions.nil? ? "--" : st.user.user_extensions.student_id%>
<% else %>
<%= st.user.show_name %>
-
+
学号:<%= st.user.user_extensions.nil? ? "--" : st.user.user_extensions.student_id%>
<% end %>
-
+
<%= st.teacher_score.nil? ? "--" : format("%.1f",st.teacher_score)%>
<%= st.teaching_asistant_score.nil? ? "--" : format("%.1f",st.teaching_asistant_score)%>
<% if @homework.anonymous_comment == 0 %>
@@ -68,7 +68,7 @@
<% if is_expand %>
- 评分
+ 评分
<% end %>
<%= !st.student_work_projects.empty? ? '大作品评分即组长的评分' : '点击进行评分' %>
diff --git a/app/views/student_work/_evaluation_un_group_work.html.erb b/app/views/student_work/_evaluation_un_group_work.html.erb
index bd3d71a28..31b8fd190 100644
--- a/app/views/student_work/_evaluation_un_group_work.html.erb
+++ b/app/views/student_work/_evaluation_un_group_work.html.erb
@@ -9,18 +9,18 @@
<% if @homework.homework_detail_group.base_on_project == 1 %>
- 关联项目:
<% if student_work.project.is_public || User.current.member_of?(student_work.project) || User.current.admin? %>
- <%= link_to student_work.project.name, project_path(student_work.project.id), :class => 'link-blue fl hidden', :style => "width:200px;", :title => "项目名称"%>
+ <%= link_to student_work.project.name, project_path(student_work.project.id), :class => 'link-blue fr hidden', :style => "max-width:200px;", :title => "项目名称"%>
<% else %>
- <%= student_work.project.name %>
+ <%= student_work.project.name %>
<% end %>
+ 关联项目:
<% end %>
-
提交时间:<%=format_date(student_work.commit_time) %>
-
+
提交时间:<%=format_date(student_work.commit_time) %>
+
教师:<%= student_work.teacher_score.nil? ? "--" : format("%.1f",student_work.teacher_score)%>
助教:<%= student_work.teaching_asistant_score.nil? ? "--" : format("%.1f",student_work.teaching_asistant_score)%>
<% if @homework.anonymous_comment == 0 %>