Show More
Commit Description:
updated db/schema.rb: removed unused tables
Commit Description:
updated db/schema.rb: removed unused tables
File last commit:
Show/Diff file:
Action:
app/views/main/_problem.html.erb | 18 lines | 571 B | text/plain | TextLexer |
jittat
update views...
r50 <tr class="info-<%= (problem_counter%2==0) ? "even" : "odd" %>">
jittat
[web] better css styling...
r57 <td>
jittat
adjusted partial counter...
r140 <%= "#{problem_counter+1}" %>
jittat
update views...
r50 </td>
jittat
[web] better css styling...
r57 <td>
jittat
update views...
r50 <%= "#{problem.full_name} (#{problem.name})" %>
Jittat Fakcharoenphol
imports task description as pdf
r271 <%= link_to_description_if_any "[#{t 'main.problem_desc'}]", problem %>
jittat
update views...
r50 </td>
jittat
[web] better css styling...
r57 <td align="center">
jittat
fixed partial counter off by one...
r143 <%= @prob_submissions[problem_counter][:count] %>
jittat
update views...
r50 </td>
jittat
[web] better css styling...
r57 <td>
jittat
update views -- styling...
r51 <%= render :partial => 'submission_short',
jittat
[web] added compiler message and submission links to main/list...
r70 :locals => {
jittat
fixed partial counter off by one...
r143 :submission => @prob_submissions[problem_counter][:submission],
jittat
[web] added compiler message and submission links to main/list...
r70 :problem_name => problem.name }%>
jittat
update views...
r50 </td>
</tr>