Minor fix
Removed unnecessary markdown
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user