From 36fecfc6355a196f50a4e200ca99992b4fd7cee0 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Thu, 19 Jun 2014 19:48:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=95=8C=E9=9D=A2=E9=A2=9C=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E6=95=B4=202.=E5=BE=97=E5=88=86=E6=98=BE=E7=A4=BA=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E2=80=9C=E5=88=86=E2=80=9D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/_homework_list.html.erb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/views/bids/_homework_list.html.erb b/app/views/bids/_homework_list.html.erb index 0a92df47d..30c6c6029 100644 --- a/app/views/bids/_homework_list.html.erb +++ b/app/views/bids/_homework_list.html.erb @@ -12,7 +12,7 @@ User.current.admin? || !(User.current.roles_for_project(@bid.courses.first).map(&:id) & ([7,9])).empty? ) || (Rails.env.development?) %> - +
- 作业名称: + | 项目得分: - + <% if homework.project != nil %> - 0分 + 0 <% else %> - 0分 + 0 <% end %> | @@ -123,7 +123,7 @@互评得分: - <%= student_score_for_homework(homework) %>分 + <%= student_score_for_homework(homework) %> <% if is_evaluation && is_student && (!users_for_homework(homework).include? User.current)%> <%= link_to "学生互评>>",homework_attach_path(homework) %> <% end %> @@ -138,8 +138,8 @@ <% end %> | - 综评得分: - <%= score_for_homework homework %>分 + 终评得分: + <%= score_for_homework homework %> <% if is_teacher %> <%= link_to "教师评分>>",homework_attach_path(homework) %> <% end %> |