removes question attribute from poll_question show

This commit is contained in:
rgarcia
2016-11-24 10:56:46 +01:00
parent f268cd0677
commit e4a61887d2

View File

@@ -34,12 +34,6 @@
</div> </div>
</div> </div>
<div class="row margin-top">
<div class="small-12 column text-center">
<h2><%= @question.question %></h2>
</div>
</div>
<div class="row margin-top text-center" id="<%= dom_id(@question) %>_answers"> <div class="row margin-top text-center" id="<%= dom_id(@question) %>_answers">
<%= render "answers", question: @question %> <%= render "answers", question: @question %>
</div> </div>