Show More
Commit Description:
Merge pull request #23 from nattee/master...
Commit Description:
Merge pull request #23 from nattee/master
some bug fix
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/contest_management.html.haml
| 26 lines
| 789 B
| text/x-haml
| HamlLexer
|
|
|
r280 | %h1 Bulk edit users in contests | ||
|
|
r321 | = form_tag :action => 'manage_contest' do | ||
|
|
r280 | List users' login below; one per line. | ||
| %br/ | ||||
|
|
r289 | = text_area_tag 'login_list', nil, :rows => 23, :cols => 80 | ||
|
|
r280 | %br/ | ||
|
|
r296 | %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). | ||||
|
|
r289 | |||
| = submit_tag "Perform action!", :confirm => 'Are you sure?' | ||||
|
|
r280 | |||
| %hr/ | ||||
| = link_to '[go back to index]', :action => 'index' | ||||
