Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
front page OK
Commit Description:
front page OK
%h1 Individual Contest: User start time
If you want to restart contest, you may want to
%b
= link_to '[clear all start times]' , { :action => 'clear_all_stat' }, { :confirm => 'Do you really want to clear all start time statistics?' }
so that users can participate again.
%table .info
%tr .info-head
%th Login
%th Start time
%th Time left
%th
- @users . each_with_index do | user , i |
%tr { :class => 'info-' + cycle ( 'even' , 'odd' )}
%td = user . login
%td
- if @start_times . has_key? user . id
= @start_times [ user . id ]
- else
n/a
%td = format_short_duration ( user . contest_time_left )
%td
= link_to '[reset]' , { :action => 'clear_stat' , :id => user . id }, :confirm => 'Are you sure?'
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