Show More
Commit Description:
added problem import...
Commit Description:
added problem import git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@435 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/problems/do_import.html.haml | 20 lines | 480 B | text/x-haml | HamlLexer |
- content_for :head do
= stylesheet_link_tag 'problems'
= javascript_include_tag :defaults
%h1 Import problems: successful
%p
%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.
%p
= link_to '[Back to problem list]', :action => 'list'
= link_to '[Import other problems]', :action => 'import'
%h3 Import log
%pre.import-log
= @log