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,26 +1,26 @@ -"> - - <%= "#{problem_counter+1}" %> - - - <%= "#{problem.full_name} (#{problem.name})" %> - <%= link_to "[#{t 'main.problem_desc'}]", problem.url, :popup => true if (problem.url!=nil) and (problem.url!='') %> - - - <%= @prob_submissions[problem_counter][:count] %> - - - - <% form_tag({:action => 'new_input', :id => problem.id}, :method => :post) do -%> - - <% end -%> - <% form_tag({ :action => 'download_input', :id => problem.id }, :method => :post) do -%> - - <% end -%> - <% form_tag({ :action => 'submit_solution', :id => problem.id }, :method => :post, :multipart => true) do -%> - - - <% end -%> - - - +