# HG changeset patch # User Nattee Niparnan # Date 2014-09-17 14:02:50 # Node ID bbb2dd914404d6252f634aa9a9f35ad4a571ffc1 # Parent 2d5e2b9fa726817f3d883eb5f1b7299acc8e9241 fix full score diff --git a/app/views/users/profile.html.haml b/app/views/users/profile.html.haml --- a/app/views/users/profile.html.haml +++ b/app/views/users/profile.html.haml @@ -40,7 +40,7 @@ %td= s.problem.full_name %td= s.language.pretty_name %td.fix-width= s.grader_comment - %td= s.points/s.problem.full_score * 100 + %td= (s.points*100)/s.problem.full_score