Show More
Commit Description:
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
Commit Description:
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@359 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/main/list.html.haml
| 30 lines
| 628 B
| text/x-haml
| HamlLexer
|
|
r78 | = user_title_bar(@user) | ||
|
r97 | - if @announcements.length!=0 | ||
.announcementbox | ||||
%span{:class => 'title'} | ||||
Announcements | ||||
= render :partial => 'announcement', :collection => @announcements | ||||
|
r122 | - if Configuration.show_submitbox_to?(@user) | ||
.submitbox | ||||
= error_messages_for 'submission' | ||||
= render :partial => 'submission_box' | ||||
|
r78 | |||
%hr/ | ||||
|
r132 | - if (@user.site!=nil) and (@user.site.started!=true) | ||
|
r162 | %p=t 'main.start_soon' | ||
|
r132 | |||
|
r122 | - if Configuration.show_tasks_to?(@user) | ||
%table.info | ||||
%tr.info-head | ||||
%th | ||||
%th Tasks | ||||
%th # of sub(s) | ||||
%th Results | ||||
= render :partial => 'problem', :collection => @problems | ||||
|
r78 | |||
|
r107 | %hr/ | ||
|
r78 | |||