Description:
[web] show full_name in problems/stat
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@187 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r98:f4a25aa9faf4 - - 1 file changed: 1 inserted, 1 deleted
@@ -13,7 +13,7 | |||||
|
13 | <% count = 0 %> |
|
13 | <% count = 0 %> |
|
14 | <% @submissions.each do |sub| %> |
|
14 | <% @submissions.each do |sub| %> |
|
15 | <tr class="<%= (count % 2 ==0) ? "info-even" : "info-odd" %>"> |
|
15 | <tr class="<%= (count % 2 ==0) ? "info-even" : "info-odd" %>"> |
|
16 |
- <td><%= sub.user |
|
16 | + <td><%= sub.user.full_name %></td> |
|
17 | <td><%= sub.submitted_at.to_s %></td> |
|
17 | <td><%= sub.submitted_at.to_s %></td> |
|
18 | <td><%= sub.points %></td> |
|
18 | <td><%= sub.points %></td> |
|
19 | <td><div style="font-family: monospace"><%= sub.grader_comment %></div></td> |
|
19 | <td><div style="font-family: monospace"><%= sub.grader_comment %></div></td> |
You need to be logged in to leave comments.
Login now