diff --git a/app/views/problems/stat.html.erb b/app/views/problems/stat.html.erb deleted file mode 100644 --- a/app/views/problems/stat.html.erb +++ /dev/null @@ -1,29 +0,0 @@ -
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 %> |
-