Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
%h1 Bulk edit users in contests
= form_tag :action => 'manage_contest' do
List users' login below; one per line.
%br /
= text_area_tag 'login_list' , nil , :rows => 23 , :cols => 80
%br /
%table
%tr
%td { :valign => 'top' }
You want to
= select ( nil , "operation" , [[ 'assign users to' , 'assign' ] , [ 'add users to' , 'add' ] , [ 'remove users from' , 'remove' ]] )
contest
= select ( "contest" , "id" , Contest . all . collect { | c | [ c . title , c . id ] })
and also
%td
= check_box_tag 'reset_timer'
Auto-reset current contest timer.
%br /
= check_box_tag 'notification_emails'
Send notification email(s).
= submit_tag "Perform action!" , :confirm => 'Are you sure?'
%hr /
= link_to '[go back to index]' , :action => 'index'
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