Show More
Commit Description:
removed judge dir in grader. jude should be a separate project
Commit Description:
removed judge dir in grader. jude should be a separate project
References:
File last commit:
Show/Diff file:
Action:
app/views/contests/index.html.haml
| 9 lines
| 347 B
| text/x-haml
| HamlLexer
|
|
r217 | %h1 Contest management | ||
- if (not Configuration.contest_mode?) and (not Configuration.indv_contest_mode?) | ||||
Currently the system is not running in contest mode. | ||||
- elsif Configuration.contest_mode? | ||||
System running in normal contest mode. | ||||
- else | ||||
System running in individual contest mode. | ||||
= render :partial => 'indv_contest_mode_index' | ||||