">
<%= "#{problem_counter+1}" %>
|
<%= "#{problem.name}"%>
|
<%= "#{problem.full_name}" %>
<%= link_to_description_if_any "[#{t 'main.problem_desc'}]", problem %>
|
<%= @prob_submissions[problem.id][:count] %>
|
<%= render :partial => 'submission_short',
:locals => {
:submission => @prob_submissions[problem.id][:submission],
:problem_name => problem.name }%>
|