Show More
Commit Description:
[web] better css styling...
Commit Description:
[web] better css styling git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@129 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/list.rhtml | 26 lines | 525 B | text/html+ruby | RhtmlLexer |
<div class="title">Hello <%=h @user.full_name %></div>
Current time is <%= format_short_time(Time.new) %>.
<div class="submitbox">
<%= error_messages_for 'submission' %>
<%= render :partial => 'submission_box' %>
</div>
<hr/>
<table class="info">
<tr class="info-head">
<th></th>
<th>Tasks</th>
<th># of sub(s)</th>
<th>Results</th>
</tr>
<%= render :partial => 'problem', :collection => @problems %>
</table>
<hr />
<div class="submitbox">
<%= render :partial => 'submission_box' %>
</div>