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

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