Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
use uuid cookie
Commit Description:
use uuid cookie
%h1 Contest management
.infobox
- if @num_contests > 1
%b Multiple contests:
= "There are #{ @num_contests } contests running."
- else
%b Single contest:
= raw "[ #{ link_to 'Add/remove contests' , :controller => 'contests' , :action => 'index' } ]"
.infobox
%b Web interface mode:
- if GraderConfiguration . analysis_mode?
Analysis Mode
- elsif ( not GraderConfiguration . contest_mode? ) and ( not GraderConfiguration . indv_contest_mode? )
Standard Mode
- elsif GraderConfiguration . contest_mode?
Normal Contest Mode
- else
Individual Contest Mode
%br /
Change mode to:
= raw "[ #{ link_to 'Standard' , :action => 'change_contest_mode' , :id => 'standard' } ]"
= raw "[ #{ link_to 'Contest' , :action => 'change_contest_mode' , :id => 'contest' } ]"
= raw "[ #{ link_to 'Individual Contest' , :action => 'change_contest_mode' , :id => 'indv-contest' } ]"
= raw "[ #{ link_to 'Analysis' , :action => 'change_contest_mode' , :id => 'analysis' } ]"
- if GraderConfiguration . indv_contest_mode?
= render :partial => 'indv_contest_mode_index'
%br /
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings