diff --git a/app/views/polls/questions/show.html.erb b/app/views/polls/questions/show.html.erb index e48a65ad0..26cb465b7 100644 --- a/app/views/polls/questions/show.html.erb +++ b/app/views/polls/questions/show.html.erb @@ -34,12 +34,6 @@ -
-
-

<%= @question.question %>

-
-
-
<%= render "answers", question: @question %>