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/user_admin/edit.html.haml | 11 lines | 236 B | text/x-haml | HamlLexer |
%h1 Editing user
= form_tag :action => 'update', :id => @user do
= error_messages_for 'user'
= render partial: "form"
= submit_tag "Edit"
= link_to 'Show', :action => 'show', :id => @user
|
= link_to 'Back', :action => 'list'