diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb index 138616fda..031bbda4a 100644 --- a/app/views/layouts/base_courses.html.erb +++ b/app/views/layouts/base_courses.html.erb @@ -176,7 +176,7 @@ <% if student_score.score.to_i != 0 %>
<%= student_score.score.to_i %>
+"><%= student_score.score<0 ? 0 : student_score.score.to_i %>