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 | - content_for :head do |
|
1 | - content_for :head do |
|
2 | = stylesheet_link_tag 'problems' |
|
2 | = stylesheet_link_tag 'problems' |
|
3 |
|
3 | ||
|
4 | %h1 Import problems: successful |
|
4 | %h1 Import problems: successful |
|
5 |
|
5 | ||
|
6 | %p |
|
6 | %p |
|
7 | %b Problem: |
|
7 | %b Problem: |
|
8 | = "#{@problem.full_name} (#{@problem.name})" |
|
8 | = "#{@problem.full_name} (#{@problem.name})" |
|
9 | %br/ |
|
9 | %br/ |
|
10 |
- Note that the full score has be |
|
10 | + = "Note that the full score has been set to #{@problem.full_score}." |
|
11 | - You should change it to the correct full score. |
|
||
|
12 |
|
11 | ||
|
13 | %p |
|
12 | %p |
|
14 | = link_to '[Back to problem list]', :action => 'list' |
|
13 | = link_to '[Back to problem list]', :action => 'list' |
|
15 | = link_to '[Import other problems]', :action => 'import' |
|
14 | = link_to '[Import other problems]', :action => 'import' |
|
16 |
|
15 | ||
|
17 | %h3 Import log |
|
16 | %h3 Import log |
|
18 | %pre.import-log |
|
17 | %pre.import-log |
|
19 | = @log |
|
18 | = @log |
You need to be logged in to leave comments.
Login now