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
|
|
r50 | <tr class="info-<%= (problem_counter%2==0) ? "even" : "odd" %>"> | ||
|
r57 | <td> | ||
|
r140 | <%= "#{problem_counter+1}" %> | ||
|
r50 | </td> | ||
|
r57 | <td> | ||
r447 | <%= "#{problem.name}"%> | |||
</td> | ||||
<td> | ||||
<%= "#{problem.full_name}" %> | ||||
|
r271 | <%= link_to_description_if_any "[#{t 'main.problem_desc'}]", problem %> | ||
|
r50 | </td> | ||
|
r57 | <td align="center"> | ||
|
r278 | <%= @prob_submissions[problem.id][:count] %> | ||
|
r50 | </td> | ||
|
r57 | <td> | ||
|
r51 | <%= render :partial => 'submission_short', | ||
|
r70 | :locals => { | ||
|
r278 | :submission => @prob_submissions[problem.id][:submission], | ||
|
r70 | :problem_name => problem.name }%> | ||
|
r50 | </td> | ||
</tr> | ||||