diff --git a/app/views/polls/_comments.html.erb b/app/views/polls/_comments.html.erb
new file mode 100644
index 000000000..09b59cee6
--- /dev/null
+++ b/app/views/polls/_comments.html.erb
@@ -0,0 +1,24 @@
+<% cache [locale_and_user_status, @current_order, commentable_cache_key(@poll), @comment_tree.comments, @comment_tree.comment_authors, @poll.comments_count, @comment_flags] do %>
+
+<% end %>
diff --git a/app/views/shared/_comments.html.erb b/app/views/shared/_comments.html.erb
deleted file mode 100644
index db097a7c4..000000000
--- a/app/views/shared/_comments.html.erb
+++ /dev/null
@@ -1,31 +0,0 @@
-<% cache [locale_and_user_status, @current_order, commentable_cache_key(@commentable), @comment_tree.comments, @comment_tree.comment_authors, @commentable.comments_count, @comment_flags] do %>
-
-<% end %>
+ +