# HG changeset patch # User Nattee Niparnan # Date 2015-02-12 11:53:00 # Node ID 7d1ae6f296d94978225026669a8a09c57ba6c212 # Parent aef038d3107e64f7329b22a58f9b631b29a7390d Fix #3, assign full score text in import report diff --git a/app/views/problems/do_import.html.haml b/app/views/problems/do_import.html.haml --- a/app/views/problems/do_import.html.haml +++ b/app/views/problems/do_import.html.haml @@ -7,8 +7,7 @@ %b Problem: = "#{@problem.full_name} (#{@problem.name})" %br/ - Note that the full score has be assigned to the default value, 100. - You should change it to the correct full score. + = "Note that the full score has been set to #{@problem.full_score}." %p = link_to '[Back to problem list]', :action => 'list'