Show More
Commit Description:
added more user for codejom registration
Commit Description:
added more user for codejom registration
File last commit:
Show/Diff file:
Action:
app/views/main/submission.html.haml | 24 lines | 573 B | text/x-haml | HamlLexer |
jittat
more styling...
r78 = user_title_bar(@user)
jittat
update views -- styling...
r51
.task-menu
jittat
more interface adjusting...
r53 Task List
%br/
jittat
update views -- styling...
r51 - @problems.each do |problem|
= link_to problem.name, :action => 'submission', :id => problem.name
jittat
more interface adjusting...
r53 - if @problem!=nil
%h2= "Task: #{@problem.full_name} (#{@problem.name})"
jittat
update views -- styling...
r51 - if @submissions!=nil
jittat
more interface adjusting...
r53 - if @submissions.length>0
%table.info
%tr.info-head
%th.info #
%th.info At
%th.info Source
%th.info Result
%th.info{:width => "300px"}
Compiler message
= render :partial => 'submission', :collection => @submissions
- else
No submission