From d8117f9576cfcbc8237161d9f3248732da3d302b Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 25 Aug 2016 15:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E5=93=81=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=AD=E5=88=86=E7=BB=84=E4=BD=9C=E4=B8=9A=E5=85=B3?= =?UTF-8?q?=E8=81=94=E9=A1=B9=E7=9B=AE=E7=9A=84=E7=BB=BC=E5=90=88=E8=AF=84?= =?UTF-8?q?=E5=88=86=E5=BA=94=E4=B8=8E=E9=A1=B9=E7=9B=AE=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E8=AF=84=E5=88=86=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/_show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/student_work/_show.html.erb b/app/views/student_work/_show.html.erb index 484e8eb0e..f6c0e25d0 100644 --- a/app/views/student_work/_show.html.erb +++ b/app/views/student_work/_show.html.erb @@ -52,7 +52,7 @@ <%=work.project.name %> <% end %> <%#= link_to( work.project.name, project_path(work.project.id), :class => "linkBlue" )%> - (综合评分:<%=work.project.project_score.score.to_i %>) + (综合评分:<%=static_project_score(work.project.project_score).to_i %>) <% end %> <% end%>