Show More
Commit Description:
update views -- styling (even more)...
Commit Description:
update views -- styling (even more)
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@115 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/main/submission.html.haml
| 24 lines
| 480 B
| text/x-haml
| HamlLexer
|
|
r51 | .title | ||
Hello | ||||
=h @user.full_name | ||||
Current time is | ||||
= format_short_time(Time.new) | ||||
%br/ | ||||
.task-menu | ||||
Tasks: | ||||
- @problems.each do |problem| | ||||
= link_to problem.name, :action => 'submission', :id => problem.name | ||||
- if @submissions!=nil | ||||
%table.info | ||||
%tr.info-head | ||||
|
r52 | %th.info # | ||
%th.info At | ||||
|
r51 | %th.info Source | ||
|
r52 | %th.info Result | ||
|
r51 | %th.info{:width => "300px"} | ||
Compiler message | ||||
= render :partial => 'submission', :collection => @submissions | ||||