Show More
Commit Description:
add authorization for show max score
Commit Description:
add authorization for show max score
References:
File last commit:
Show/Diff file:
Action:
app/views/problems/do_import.html.haml
| 18 lines
| 390 B
| text/x-haml
| HamlLexer
|
|
|
r204 | - content_for :head do | ||
| = stylesheet_link_tag 'problems' | ||||
| %h1 Import problems: successful | ||||
| %p | ||||
| %b Problem: | ||||
| = "#{@problem.full_name} (#{@problem.name})" | ||||
| %br/ | ||||
| r494 | = "Note that the full score has been set to #{@problem.full_score}." | |||
|
|
r204 | |||
| %p | ||||
| r589 | = link_to '[Back to problem list]', problems_path | |||
|
|
r204 | = link_to '[Import other problems]', :action => 'import' | ||
| %h3 Import log | ||||
| %pre.import-log | ||||
| = @log | ||||
