Show More
Commit Description:
added codejom controller, show status in public
Commit Description:
added codejom controller, show status in public
File last commit:
Show/Diff file:
Action:
app/views/contests/index.html.haml | 9 lines | 347 B | text/x-haml | HamlLexer |
%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'