diff --git a/app/views/polls/results.html.erb b/app/views/polls/results.html.erb index 4373da22d..cafb1c9a9 100644 --- a/app/views/polls/results.html.erb +++ b/app/views/polls/results.html.erb @@ -17,8 +17,8 @@
<%- @poll.questions.each do |question| %> +

<%= question.title %>

-

<%= question.title %>

<%- question.question_answers.each do |answer| %>