Show More
Commit Description:
[web] added compiler message and submission links to main/list...
Commit Description:
[web] added compiler message and submission links to main/list git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@147 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 |
jittat
+in_place_editing for problems...
r21 <div class="title">Hello <%=h @user.full_name %></div>
Current time is <%= format_short_time(Time.new) %>.
pramook
initial commit...
r0
jittat
add another submission box...
r7 <div class="submitbox">
jittat
refactor to partials...
r33 <%= error_messages_for 'submission' %>
<%= render :partial => 'submission_box' %>
jittat
add another submission box...
r7 </div>
jittat
fixed problem edit form...
r8 <hr/>
jittat
update views...
r50 <table class="info">
<tr class="info-head">
jittat
[web] better css styling...
r57 <th></th>
<th>Tasks</th>
<th># of sub(s)</th>
<th>Results</th>
jittat
update views...
r50 </tr>
jittat
refactor to partials...
r33 <%= render :partial => 'problem', :collection => @problems %>
jittat
update views...
r50 </table>
pramook
initial commit...
r0
<hr />
jittat
refactor to partials...
r33 <div class="submitbox">
<%= render :partial => 'submission_box' %>
</div>