Description:
merge
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r497:619512f95ee8 - - 1 file changed: 1 inserted, 2 deleted
@@ -1,19 +1,18 | |||
|
1 | 1 | - content_for :head do |
|
2 | 2 | = stylesheet_link_tag 'problems' |
|
3 | 3 | |
|
4 | 4 | %h1 Import problems: successful |
|
5 | 5 | |
|
6 | 6 | %p |
|
7 | 7 | %b Problem: |
|
8 | 8 | = "#{@problem.full_name} (#{@problem.name})" |
|
9 | 9 | %br/ |
|
10 |
- Note that the full score has be |
|
|
11 | - You should change it to the correct full score. | |
|
10 | + = "Note that the full score has been set to #{@problem.full_score}." | |
|
12 | 11 | |
|
13 | 12 | %p |
|
14 | 13 | = link_to '[Back to problem list]', :action => 'list' |
|
15 | 14 | = link_to '[Import other problems]', :action => 'import' |
|
16 | 15 | |
|
17 | 16 | %h3 Import log |
|
18 | 17 | %pre.import-log |
|
19 | 18 | = @log |
You need to be logged in to leave comments.
Login now