Description:
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@236 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
r116:2b085134ae49 - - 2 files changed: 6 inserted, 2 deleted
@@ -1,4 +1,4 | |||||
|
1 | .announcement |
|
1 | .announcement |
|
2 | = markdown(announcement.body) |
|
2 | = markdown(announcement.body) |
|
3 | .pub-info |
|
3 | .pub-info |
|
4 | - %p= "#{announcement.author} #{announcement.created_at}" |
|
4 | + %p= "#{announcement.author}, #{announcement.created_at}" |
@@ -1,26 +1,30 | |||||
|
1 | = user_title_bar(@user) |
|
1 | = user_title_bar(@user) |
|
2 |
|
2 | ||
|
3 | - if @announcements.length!=0 |
|
3 | - if @announcements.length!=0 |
|
4 | .announcementbox |
|
4 | .announcementbox |
|
5 | %span{:class => 'title'} |
|
5 | %span{:class => 'title'} |
|
6 | Announcements |
|
6 | Announcements |
|
7 | = render :partial => 'announcement', :collection => @announcements |
|
7 | = render :partial => 'announcement', :collection => @announcements |
|
8 |
|
8 | ||
|
9 | .submitbox |
|
9 | .submitbox |
|
10 | = error_messages_for 'submission' |
|
10 | = error_messages_for 'submission' |
|
11 | = render :partial => 'submission_box' |
|
11 | = render :partial => 'submission_box' |
|
12 |
|
12 | ||
|
13 |
|
13 | ||
|
14 | %hr/ |
|
14 | %hr/ |
|
15 |
|
15 | ||
|
16 | %table.info |
|
16 | %table.info |
|
17 | %tr.info-head |
|
17 | %tr.info-head |
|
18 | %th |
|
18 | %th |
|
19 | %th Tasks |
|
19 | %th Tasks |
|
20 | %th # of sub(s) |
|
20 | %th # of sub(s) |
|
21 | %th Results |
|
21 | %th Results |
|
22 | = render :partial => 'problem', :collection => @problems |
|
22 | = render :partial => 'problem', :collection => @problems |
|
23 |
|
23 | ||
|
24 | %hr/ |
|
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