diff --git a/app/views/student_work/_evaluation_work.html.erb b/app/views/student_work/_evaluation_work.html.erb index 2e12ae5a8..80030c0e7 100644 --- a/app/views/student_work/_evaluation_work.html.erb +++ b/app/views/student_work/_evaluation_work.html.erb @@ -18,8 +18,8 @@
  • <%= link_to student_work.name, student_work_path(student_work),:remote => true%>
  • -
  • - <% my_score = student_work_score(student_work,User.current) %> + <% my_score = student_work_score(student_work,User.current) %> +
  • <%= my_score.nil? ? "--" : format("%.2f",my_score.score)%>