diff --git a/app/views/main/_problem.html.erb b/app/views/main/_problem.html.erb
deleted file mode 100644
--- a/app/views/main/_problem.html.erb
+++ /dev/null
@@ -1,21 +0,0 @@
-
">
-
- <%= "#{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 }%>
- |
-