Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
fig bugs in login report
Commit Description:
fig bugs in login report
%tr { :class => ( test_request_counter % 2 == 0 ) ? "info-even" : "info-odd" }
%td { :align => "center" }
= format_short_time ( test_request . submitted_at )
%td
- if test_request . problem! = nil
= test_request . problem . full_name
- else
(n/a)
%td { :align => "center" }
- if test_request . submission
= test_request . submission . number
- else
n/a
%td { :align => "center" }
= test_request . status_str
%td { :align => "center" }
- if test_request . output_file_name! = nil
= link_to '[download]' , :action => 'read' , :id => test_request . id
%td { :align => "center" }
- if test_request . compiler_message! = nil and test_request . compiler_message! = ''
= "yes"
- else
= "no"
%td { :align => "center" }
= link_to '[view]' , :action => 'result' , :id => test_request . id
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