Moves h3 tag outside of table on polls results

This commit is contained in:
decabeza
2018-03-20 19:28:28 +01:00
parent 1f82599380
commit 9a60f5370d

View File

@@ -17,8 +17,8 @@
<div class="small-12 medium-9 column" data-equalizer-watch>
<%- @poll.questions.each do |question| %>
<h3 id="<%= question.title.parameterize %>"><%= question.title %></h3>
<table id="question_<%= question.id %>_results_table">
<h3 id="<%= question.title.parameterize %>"><%= question.title %></h3>
<thead>
<tr>
<%- question.question_answers.each do |answer| %>