Show More
Commit Description:
* DRY the toggle button via application_helper.rb#toggle_button and _toggle_button.js.haml...
Commit Description:
* DRY the toggle button via application_helper.rb#toggle_button and _toggle_button.js.haml * bootrapize the user_admin * now considering user.enabled * tidy up route
File last commit:
Show/Diff file:
Action:
app/views/contest_management/_indv_contest_mode_index.html.haml | 9 lines | 385 B | text/x-haml | HamlLexer |
Jittat Fakcharoenphol
CRUD for contests. combined new contest pages with old contest management. fixed styling.
r267 %h2 Individual contest mode
In this mode, each individual user can log in and participate in the
contest at any time. The contest timer starts as soon as the user log
in.
.infobox
Jittat Fakcharoenphol
added contest model
r266 = link_to '[View user start time]', :action => 'user_stat'
= link_to '[Clear all start times]', {:action => 'clear_all_stat'}, {:confirm => 'Do you really want to clear all start time statistics?'}