Show More
Commit Description:
manage
Commit Description:
manage
References:
File last commit:
Show/Diff file:
Action:
app/views/submissions/index.html.haml
| 19 lines
| 533 B
| text/x-haml
| HamlLexer
|
r874 | = render 'problem_chooser', {problems: @problems, selected_problem: @problem, target_url_method: :problem_submissions_path} | |||
r596 | ||||
- if @problem!=nil | ||||
%h2= "Task: #{@problem.full_name} (#{@problem.name})" | ||||
- if @submissions!=nil | ||||
- if @submissions.length>0 | ||||
%table.table | ||||
%thead | ||||
%th No. | ||||
r644 | %th.text-right # | |||
r596 | %th At | |||
%th Source | ||||
%th Result | ||||
%th{:width => "300px"} Compiler message | ||||
%th | ||||
= render :partial => 'submission', :collection => @submissions | ||||
- else | ||||
No submission | ||||