Show More
Commit Description:
- fix authorization for viewing submission, only admin can view all problems all the time, normal user depends on right.view_submission and problem.available?...
Commit Description:
- fix authorization for viewing submission, only admin can view all problems all the time, normal user depends on right.view_submission and problem.available? - add max score query
References:
File last commit:
Show/Diff file:
Action:
app/views/report/_report_menu.html.haml | 9 lines | 309 B | text/x-haml | HamlLexer |
.task-menu
Reports
%br/
= link_to '[Hall of Fame]', :action => 'problem_hof'
= link_to '[Struggle]', :action => 'stuck'
= link_to '[Cheat Detection]', :action => 'cheat_report'
= link_to '[Cheat Detail]', :action => 'cheat_scruntinize'
= link_to '[Multiple Login]', :action => 'multiple_login'