Show More
Commit Description:
moved test interface functionality to test_controller...
Commit Description:
moved test interface functionality to test_controller git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@95 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/main/list.rhtml | 20 lines | 413 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/>
<div class="problist">
<%= render :partial => 'problem', :collection => @problems %>
</div>
<hr />
<div class="submitbox">
<%= render :partial => 'submission_box' %>
</div>