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