diff --git a/app/views/polls/_poll_group.html.erb b/app/views/polls/_poll_group.html.erb
index 8784de066..a34191415 100644
--- a/app/views/polls/_poll_group.html.erb
+++ b/app/views/polls/_poll_group.html.erb
@@ -30,7 +30,7 @@
<%= poll_dates(poll) %>
<% if poll.questions.count == 1 %>
<% poll.questions.each do |question| %>
- <%= link_to question.title, question_path(question) %>
+ <%= link_to question.title, poll %>
<% end %>
<% else %>
<%= link_to poll.name, poll %>