From 9a60f5370d1002cd6624681b3879b842bd74346f Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 20 Mar 2018 19:28:28 +0100 Subject: [PATCH] Moves h3 tag outside of table on polls results --- app/views/polls/results.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| %>