Show More
Commit Description:
update heartbeat...
Commit Description:
update heartbeat add try-to-login-from-other-ip loggin (by printing to stdout)
References:
File last commit:
Show/Diff file:
Action:
app/views/main/_problem.html.erb | 21 lines | 586 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>
main page show problem code separately
r447 <%= "#{problem.name}"%>
</td>
<td>
<%= "#{problem.full_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 Fakcharoenphol
shows problems availabe in contests
r278 <%= @prob_submissions[problem.id][: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 Fakcharoenphol
shows problems availabe in contests
r278 :submission => @prob_submissions[problem.id][:submission],
jittat
[web] added compiler message and submission links to main/list...
r70 :problem_name => problem.name }%>
jittat
update views...
r50 </td>
</tr>