Description:
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@236 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r116:2b085134ae49 - - 2 files changed: 6 inserted, 2 deleted

@@ -1,4 +1,4
1 1 .announcement
2 2 = markdown(announcement.body)
3 3 .pub-info
4 - %p= "#{announcement.author} #{announcement.created_at}"
4 + %p= "#{announcement.author}, #{announcement.created_at}"
@@ -2,25 +2,29
2 2
3 3 - if @announcements.length!=0
4 4 .announcementbox
5 5 %span{:class => 'title'}
6 6 Announcements
7 7 = render :partial => 'announcement', :collection => @announcements
8 8
9 9 .submitbox
10 10 = error_messages_for 'submission'
11 11 = render :partial => 'submission_box'
12 12
13 13
14 14 %hr/
15 15
16 16 %table.info
17 17 %tr.info-head
18 18 %th
19 19 %th Tasks
20 20 %th # of sub(s)
21 21 %th Results
22 22 = render :partial => 'problem', :collection => @problems
23 23
24 24 %hr/
25 25
26 -
26 + %p
27 + %b Note:
28 + We currently have problems synchronizing
29 + the time stamps between grading machines.
30 + You will see weird time stamps during the practice session.
You need to be logged in to leave comments. Login now