diff --git a/app/views/polls/_filter_subnav.html.erb b/app/views/polls/_filter_subnav.html.erb
new file mode 100644
index 000000000..b096edaf2
--- /dev/null
+++ b/app/views/polls/_filter_subnav.html.erb
@@ -0,0 +1,14 @@
+
+
+
+ -
+ <%= link_to "#tab-comments" do %>
+
+ <%= t("polls.show.comments_tab") %>
+
+
+ <% end %>
+
+
+
+
diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb
index 5d60ed284..d9d871249 100644
--- a/app/views/polls/show.html.erb
+++ b/app/views/polls/show.html.erb
@@ -128,10 +128,14 @@
<% end %>
-
-
+
+
+ <%= render "filter_subnav" %>
+
+
+
\ No newline at end of file