Description:
fix link back to problems in problems path
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r589:9e1cc9dd0e9a - - 2 files changed: 2 inserted, 2 deleted

@@ -10,7 +10,7
10 = "Note that the full score has been set to #{@problem.full_score}."
10 = "Note that the full score has been set to #{@problem.full_score}."
11
11
12 %p
12 %p
13 - = link_to '[Back to problem list]', :action => 'list'
13 + = link_to '[Back to problem list]', problems_path
14 = link_to '[Import other problems]', :action => 'import'
14 = link_to '[Import other problems]', :action => 'import'
15
15
16 %h3 Import log
16 %h3 Import log
@@ -3,7 +3,7
3
3
4 %h1 Import problems
4 %h1 Import problems
5
5
6 - %p= link_to '[Back to problem list]', :action => 'list'
6 + %p= link_to '[Back to problem list]', problems_path
7
7
8 - if @problem and @problem.errors
8 - if @problem and @problem.errors
9 =error_messages_for 'problem'
9 =error_messages_for 'problem'
You need to be logged in to leave comments. Login now