Minor fix

Removed unnecessary markdown
This commit is contained in:
María Checa
2017-10-02 20:34:38 +02:00
parent 7f936f440c
commit e464985114

View File

@@ -9,7 +9,6 @@
<thead>
<tr>
<th><%= t('admin.polls.show.table_title') %></th>
<th class="text-right"><%= t('admin.polls.show.table_assignment') %></th>
</tr>
</thead>
<% @poll.questions.each do |question| %>
@@ -19,8 +18,6 @@
<%= link_to question.title, admin_question_path(question) %>
</strong>
</td>
<td class="text-right">
</td>
</tr>
<% end %>
</table>