Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
fix pop3 authen
Commit Description:
fix pop3 authen
- content_for :head do
= stylesheet_link_tag 'problems'
%h1 Manage problems
%p = link_to '[Back to problem list]' , :action => 'list'
= form_tag :action => 'do_manage' do
.submitbox
What do you want to do?
%br /
%ul
%li
Change date added to
= select_date Date . current , :prefix => 'date_added'
= submit_tag 'Change' , :name => 'change_date_added'
- if GraderConfiguration . multicontests?
%li
Add to
= select ( "contest" , "id" , Contest . all . collect { | c | [ c . title , c . id ] })
= submit_tag 'Add' , :name => 'add_to_contest'
%table
%tr
%th /
%th Name
%th Full name
%th Date added
- if GraderConfiguration . multicontests?
%th Contests
- for problem in @problems
%tr { :id => "row-prob- #{ problem . id } ", :name=> "prob- #{ problem . id } "}
%td = check_box_tag "prob- #{ problem . id } "
%td = problem . name
%td = problem . full_name
%td = problem . date_added
- if GraderConfiguration . multicontests?
%td
- problem . contests . each do | contest |
= "( #{ contest . name } [ #{ link_to 'x' , :action => 'remove_contest' , :id => problem . id , :contest_id => contest . 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