diff --git a/app/views/main/_problem.html.erb b/app/views/main/_problem.html.erb
--- a/app/views/main/_problem.html.erb
+++ b/app/views/main/_problem.html.erb
@@ -1,15 +1,15 @@
">
-
+ |
<%= "#{problem_counter + 1}" %>
|
-
+ |
<%= "#{problem.full_name} (#{problem.name})" %>
<%= link_to '[desc]', problem.url, :popup => true if (problem.url!=nil) and (problem.url!='') %>
|
-
+ |
<%= @prob_submissions[problem_counter][:count] %>
|
-
+ |
<%= render :partial => 'submission_short',
:locals => { :submission => @prob_submissions[problem_counter][:submission]} %>
|