diff --git a/app/views/problems/stat.html.erb b/app/views/problems/stat.html.erb new file mode 100644 --- /dev/null +++ b/app/views/problems/stat.html.erb @@ -0,0 +1,28 @@ +
login | +name | +submitted_at | +points | +comment | +
---|---|---|---|---|
<%= sub.user.login %> | +<%= sub.user.full_name if sub.user %> | +<%= sub.submitted_at.to_s %> | +<%= sub.points %> | +<%= sub.grader_comment %> |
+