Please enable JavaScript to use RhodeCode Enterprise
< h1 > Hello <%= h @user . full_name %> </ h1 >
< div class = "usermenu" >
<%= user_options %>
</ div >
< hr >
< p style = "color: red" > <%= flash [ :notice ] %> </ p >
< div class = "problist" >
<% i = 0 %>
<% @problems . each do | p | %>
< div class = "problist-each" >
< div class = "probname" >
<%= " #{ i + 1 } : #{ p . full_name } ( #{ p . name } )" %>
</ div >
< div class = "subinfo" >
<%= format_submission ( @prob_submissions [ i ][ 1 ] ,
@prob_submissions [ i ][ 0 ] ) %>
</ div >
</ div >
<% i = i + 1 %>
<% end %>
</ div >
< br />
< hr />
< br />
<% form_tag ({ :action => 'submit' }, :multipart => true ) do %>
Problem: <%= select 'submission' , 'problem_id' ,
[[ 'Specified in header' , '-1' ]] +
@problems . collect { | p | [ p . full_name , p . id ] },
:selected => '-1' %>
File: <%= file_field_tag 'file' %>
<%= submit_tag 'Submit' %>
<% end %>
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