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 @@ -5,7 +5,8 @@ <% if @submissions!=nil %>
user_id | +login | +name | submitted_at | points | comment | @@ -13,6 +14,7 @@ <% count = 0 %> <% @submissions.each do |sub| %>
---|---|---|---|---|---|
<%= sub.user.login %> | <%= sub.user.full_name if sub.user %> | <%= sub.submitted_at.to_s %> | <%= sub.points %> |