diff --git a/app/views/problems/stat.rhtml b/app/views/problems/stat.rhtml --- a/app/views/problems/stat.rhtml +++ b/app/views/problems/stat.rhtml @@ -1,21 +1,24 @@
user_id | submitted_at | points | comment |
user_id | +submitted_at | +points | +comment | +
---|---|---|---|
<%= sub.user_id %> | <%= sub.submitted_at.to_s %> | <%= sub.points %> | <%= sub.grader_comment %> |